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:
Hal Canary 2018-10-16 14:30:36 -04:00 committed by Skia Commit-Bot
parent bbe221c028
commit 4690c51ef5

View File

@ -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"