summaryrefslogtreecommitdiff
path: root/test/runtest/simple/combined.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest/simple/combined.py')
-rw-r--r--test/runtest/simple/combined.py2
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)