diff options
Diffstat (limited to 'test/runtest/noqmtest.py')
-rw-r--r-- | test/runtest/noqmtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/noqmtest.py b/test/runtest/noqmtest.py index e2cb5f8..eb33223 100644 --- a/test/runtest/noqmtest.py +++ b/test/runtest/noqmtest.py @@ -74,7 +74,7 @@ testlist = [ test_pass_py, ] -test.run(arguments = '-j --noqmtest %s' % ' '.join(testlist), +test.run(arguments = '-k --noqmtest %s' % ' '.join(testlist), status = 1, stdout = expect_stdout, stderr = expect_stderr) |