--- a/scripts.orig/TestUtil.py 2013-03-11 15:19:47.000000000 +0000 +++ b/scripts/TestUtil.py 2015-03-23 14:08:57.225102620 +0000 @@ -1929,7 +1929,7 @@ 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):