mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Move expect.exp for travis
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
#! /usr/bin/expect
|
||||
|
||||
#exp_internal 1
|
||||
|
||||
#set timeout 600
|
||||
|
||||
#spawn grunt
|
||||
#expect "TypeScript compilation complete"
|
||||
#send \003
|
||||
|
||||
|
||||
set cmd [lindex $argv 0];
|
||||
set outfile [lindex $argv 1];
|
||||
|
||||
set timeout 600
|
||||
#spawn (adb logcat | tee ./__TESTRESULT__.txt)
|
||||
log_file -noappend $outfile
|
||||
eval spawn $cmd
|
||||
expect "=== ALL TESTS COMPLETE ==="
|
||||
send \003
|
||||
Reference in New Issue
Block a user