Modify the expectation in the expect script to be a string. Remove the test folder upon completion

This commit is contained in:
Erjan Gavalji
2015-10-15 16:43:57 +03:00
parent fd494a6a29
commit b5e83c1f75
2 changed files with 3 additions and 1 deletions

View File

@ -13,5 +13,5 @@ set timeout 600
#spawn (adb logcat | tee ./__TESTRESULT__.txt)
log_file -noappend ./__TESTRESULT__.txt
spawn adb logcat
expect '=== ALL TESTS COMPLETE ==='
expect "=== ALL TESTS COMPLETE ==="
send \003

View File

@ -79,3 +79,5 @@ echo "Waiting for the tests to finish executing..."
time ./expect.exp
pkill $emuProcId && true
rm -rd $workingdir