Move expect.exp for travis

This commit is contained in:
Panayot Cankov
2016-05-26 15:12:42 +03:00
parent 7118e117c8
commit 212e5373f3
4 changed files with 76 additions and 12 deletions

View File

@@ -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