summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-20 23:02:57 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2012-12-20 23:02:57 (GMT)
commit61c8eaffe989844ed2b54f458001685f3144dcd5 (patch)
tree07ebe91bd7183ff4a8bb0c96c5ef81cb4b12faa7 /bin
parent0a22fde40fc0e458ce0a6d4010b54c91595fb4bf (diff)
downloadSCons-61c8eaffe989844ed2b54f458001685f3144dcd5.zip
SCons-61c8eaffe989844ed2b54f458001685f3144dcd5.tar.gz
SCons-61c8eaffe989844ed2b54f458001685f3144dcd5.tar.bz2
Fix tests broken after --noqmtest option was removed from runtest.py
Diffstat (limited to 'bin')
-rw-r--r--bin/calibrate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/calibrate.py b/bin/calibrate.py
index 72a6ac7..8ed2ece 100644
--- a/bin/calibrate.py
+++ b/bin/calibrate.py
@@ -50,7 +50,7 @@ def main(argv=None):
if len(args) > 1:
print arg + ':'
- command = [sys.executable, 'runtest.py', '--noqmtest']
+ command = [sys.executable, 'runtest.py']
if opts.package:
command.extend(['-p', opts.package])
command.append(arg)