mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Modify the expectation in the expect script to be a string. Remove the test folder upon completion
This commit is contained in:
@ -13,5 +13,5 @@ set timeout 600
|
|||||||
#spawn (adb logcat | tee ./__TESTRESULT__.txt)
|
#spawn (adb logcat | tee ./__TESTRESULT__.txt)
|
||||||
log_file -noappend ./__TESTRESULT__.txt
|
log_file -noappend ./__TESTRESULT__.txt
|
||||||
spawn adb logcat
|
spawn adb logcat
|
||||||
expect '=== ALL TESTS COMPLETE ==='
|
expect "=== ALL TESTS COMPLETE ==="
|
||||||
send \003
|
send \003
|
||||||
|
@ -79,3 +79,5 @@ echo "Waiting for the tests to finish executing..."
|
|||||||
time ./expect.exp
|
time ./expect.exp
|
||||||
|
|
||||||
pkill $emuProcId && true
|
pkill $emuProcId && true
|
||||||
|
|
||||||
|
rm -rd $workingdir
|
||||||
|
Reference in New Issue
Block a user