diff -r 71fcece633e4 -r d9ebd2545572 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: