summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-21 02:02:57 +0300
committeranatoly techtonik <techtonik@gmail.com>2012-12-21 02:02:57 +0300
commit834dfac379783af524e0c834030c0280c504d203 (patch)
tree07ebe91bd7183ff4a8bb0c96c5ef81cb4b12faa7 /bin
parent4cb4234dc560e19ce3cf93fd73b0a1e0d0c94077 (diff)
downloadscons-834dfac379783af524e0c834030c0280c504d203.tar.gz
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 72a6ac79..8ed2ecea 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)