Output to a log file. Simulate adjusting the androidmanifest

This commit is contained in:
Erjan Gavalji
2015-10-08 15:42:59 +03:00
parent 4bad17d3ac
commit ac78de2128
3 changed files with 17 additions and 5 deletions

View File

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