diff options
| author | Luca Falavigna <dktrkranz@debian.org> | 2013-03-11 22:33:29 +0100 |
|---|---|---|
| committer | Luca Falavigna <dktrkranz@debian.org> | 2013-03-11 22:33:29 +0100 |
| commit | e5a4f8c6dbf0dcfc74bfd8ba99099d9fe1064642 (patch) | |
| tree | cf4f35e2a3b56525cf8c19a1b8fb3147d36f0229 /bin/calibrate.py | |
| parent | 2323daae4add07272c0f4feb9243c352a9ca4b18 (diff) | |
| parent | cb3425abe0bc2d05caf401ca24b82a25a81f009d (diff) | |
Merge tag 'upstream/2.3.0'
Upstream version 2.3.0
Diffstat (limited to 'bin/calibrate.py')
| -rw-r--r-- | bin/calibrate.py | 2 |
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) |
