From 834dfac379783af524e0c834030c0280c504d203 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Fri, 21 Dec 2012 02:02:57 +0300 Subject: Fix tests broken after --noqmtest option was removed from runtest.py --- bin/calibrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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) -- cgit v1.2.1