SkQP-on-GCE: print exit status in logs
Change-Id: I74b03763e48184c43218422597828ac582566107 Reviewed-on: https://skia-review.googlesource.com/c/162741 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
This commit is contained in:
parent
bbe221c028
commit
4690c51ef5
@ -22,6 +22,8 @@ timeout 60 adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed)
|
||||
sleep 10
|
||||
|
||||
adb install -r /OUT/*.apk
|
||||
echo exit status: $?
|
||||
adb logcat -c
|
||||
adb shell am instrument -w org.skia.skqp
|
||||
echo exit status: $?
|
||||
adb logcat -d TestRunner org.skia.skqp skia DEBUG "*:S"
|
||||
|
Loading…
Reference in New Issue
Block a user