summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-03-27 13:37:17 -0230
committerDwayne Boone <dwayne@zeroc.com>2015-03-27 13:37:17 -0230
commitcb0fffc95c26d6df5d5079838619fe03b8f8e741 (patch)
tree8c6d190e9771a65f2170d6174ad5a2dedeca1311 /scripts/TestUtil.py
parentMake make builds use -j3 and filter java udp test (diff)
downloadice-cb0fffc95c26d6df5d5079838619fe03b8f8e741.tar.bz2
ice-cb0fffc95c26d6df5d5079838619fe03b8f8e741.tar.xz
ice-cb0fffc95c26d6df5d5079838619fe03b8f8e741.zip
ICE-6405 allTests.py should return with exit code of failed test
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index a2bd9d21cd5..2a9f847016d 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -2301,7 +2301,7 @@ def runTests(start, expanded, num = 0, script = False):
print(" exit 1")
print("fi")
else:
- status = os.system(sys.executable + " " + quoteArgument(os.path.join(dir, "run.py")) + " " + args)
+ status = os.system(sys.executable + " " + quoteArgument(os.path.join(dir, "run.py")) + " " + args) >> 8
if status:
if(num > 0):