diff options
Diffstat (limited to 'test/runtest/simple/combined.py')
-rw-r--r-- | test/runtest/simple/combined.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/simple/combined.py b/test/runtest/simple/combined.py index 6e0539ac4..616f4d533 100644 --- a/test/runtest/simple/combined.py +++ b/test/runtest/simple/combined.py @@ -70,7 +70,7 @@ NO RESULT TEST STDERR PASSING TEST STDERR """ -test.run(arguments='-j test', +test.run(arguments='-k test', status=1, stdout=expect_stdout, stderr=expect_stderr) |