# HG changeset patch # User Matt Mackall # Date 1370213931 18000 # Node ID 24138a25c971885fbf1064f9b99f24cc51809beb # Parent 0a5e19007cd11c0545e5843920fa6f0ce35ff9d2 run-tests: --interactive and --jobs no longer conflict diff -r 0a5e19007cd1 -r 24138a25c971 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: