diff options
Diffstat (limited to 'test/runtest/src.py')
-rw-r--r-- | test/runtest/src.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/src.py b/test/runtest/src.py index 84b08a0..23894f9 100644 --- a/test/runtest/src.py +++ b/test/runtest/src.py @@ -62,7 +62,7 @@ PASSING TEST STDERR PASSING TEST STDERR """ % locals() -test.run(arguments='-j src', stdout=expect_stdout, stderr=expect_stderr) +test.run(arguments='-k src', stdout=expect_stdout, stderr=expect_stderr) test.pass_test() |