summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-02-17 15:00:42 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-02-17 15:00:42 +0530
commit93b6c7c205dea47914e6381be9f1fcaf8c217e21 (patch)
treec9f21fd6dcd324358bb92c8b0a8ad539e8d21fa2
parentc3c90f94a1c70762bce076eaa5cd4267b528a2d1 (diff)
test-art-target-test: enable debugging again
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-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