diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
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): |