commit | 7c0ea8b64c6907a69ea79b3dd6d9f4dcec918b66 | [log] [tgz] |
---|---|---|
author | Alexandre Rames <alexandre.rames@linaro.org> | Wed May 18 13:47:42 2016 +0100 |
committer | Alexandre Rames <alexandre.rames@linaro.org> | Wed May 18 13:47:42 2016 +0100 |
tree | 8a50b206f5f09a0c955c503ad18721b68b3ebcf6 | |
parent | ba1832c903ae9ee05885ee9dd536d9291fcb094d [diff] [blame] |
Set the exit code in `tools/test.py` to indicate success or failure. Change-Id: If7ad98423ed2a58ad201c7c71c93b95781739e5a
diff --git a/tools/test.py b/tools/test.py index b89ac08..1b344ca 100755 --- a/tools/test.py +++ b/tools/test.py
@@ -427,3 +427,5 @@ rc |= RunBenchmarks() PrintStatus(rc == 0) + + sys.exit(rc)