summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest-art-target-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-art-target-test.sh b/test-art-target-test.sh
index b0dc113..5b4271e 100755
--- a/test-art-target-test.sh
+++ b/test-art-target-test.sh
@@ -241,6 +241,7 @@ if [[ $failed -ne 0 ]]; then
echo "*********** Battery LEVEL *****************"
out/host/linux-x86/bin/adb shell dumpsys battery
if [[ $actually_failed -ne 0 ]]; then
+ set +x
echo "$failing_tests tests have failed"
exit 1
fi