summaryrefslogtreecommitdiff
path: root/bin/calibrate.py
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2013-03-11 22:33:28 +0100
committerLuca Falavigna <dktrkranz@debian.org>2013-03-11 22:33:28 +0100
commitcb3425abe0bc2d05caf401ca24b82a25a81f009d (patch)
treec807cf73b89b3ed2a4e9d4afa5d7e8fa4355a6a5 /bin/calibrate.py
parent3d529f4ea2b0de42aa2144dbe904e564b7b0b813 (diff)
Imported Upstream version 2.3.0upstream/2.3.0
Diffstat (limited to 'bin/calibrate.py')
-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)