changeset 19282:24138a25c971

run-tests: --interactive and --jobs no longer conflict
author Matt Mackall <mpm@selenic.com>
date Sun, 02 Jun 2013 17:58:51 -0500
parents 0a5e19007cd1
children 8300adf9ca33
files tests/run-tests.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: