summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemu_test/dotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu_test/dotest.py b/emu_test/dotest.py
index ef237817..022b3a11 100755
--- a/emu_test/dotest.py
+++ b/emu_test/dotest.py
@@ -491,5 +491,5 @@ if __name__ == '__main__':
logging.info("adb server killed")
except CalledProcessError:
logging.exception("Error shutting down adb")
- logging.info("Test complete")
+ logging.info("Test complete with exit code {int(not emuResult.wasSuccessful())}")
sys.exit(not emuResult.wasSuccessful())