run-tests: --interactive and --jobs no longer conflict stable
authorMatt Mackall <mpm@selenic.com>
Sun, 02 Jun 2013 17:58:51 -0500
branchstable
changeset 1260 d9ebd2545572
parent 1259 71fcece633e4
child 1261 13890d7a70b1
run-tests: --interactive and --jobs no longer conflict [ original upstream message ]
tests/run-tests.py
--- a/tests/run-tests.py	Sun Jun 02 17:58:49 2013 -0500
+++ b/tests/run-tests.py	Sun Jun 02 17:58:51 2013 -0500
@@ -247,9 +247,6 @@
 
     if options.jobs < 1:
         parser.error('--jobs must be positive')
-    if options.interactive and options.jobs > 1:
-        print '(--interactive overrides --jobs)'
-        options.jobs = 1
     if options.interactive and options.debug:
         parser.error("-i/--interactive and -d/--debug are incompatible")
     if options.debug: