run-tests: --interactive and --jobs no longer conflict
authorMatt Mackall <mpm@selenic.com>
Sun, 02 Jun 2013 17:58:51 -0500
changeset 19282 24138a25c971
parent 19281 0a5e19007cd1
child 19283 8300adf9ca33
run-tests: --interactive and --jobs no longer conflict
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: