mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Output to a log file. Simulate adjusting the androidmanifest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user