aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2019-08-16 12:53:12 +0100
committerJulien Duraj <julien.duraj@linaro.org>2019-08-16 12:54:07 +0100
commit3c949ffcc4ffb0c39204f9cbb4d68ba94d191a1a (patch)
tree2e0bff1560403768c69153ad3bf586104fad8a2f
parent2693d48a3f65dc49f098774c505cfbc2062e84d2 (diff)
downloadart-testing-3c949ffcc4ffb0c39204f9cbb4d68ba94d191a1a.tar.gz
Make test.py exit with its test return value.
Change-Id: I1b80e810ba229737ebcf318262500db9447cfe1b
-rwxr-xr-xtest/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.py b/test/test.py
index 5e24eaf..989c0d1 100755
--- a/test/test.py
+++ b/test/test.py
@@ -176,3 +176,5 @@ if __name__ == "__main__":
print("Tests FAILED.")
else:
print("Tests passed.")
+
+ sys.exit(rc)