summaryrefslogtreecommitdiffstats
path: root/test/runtest/simple/fail.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest/simple/fail.py')
-rw-r--r--test/runtest/simple/fail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/simple/fail.py b/test/runtest/simple/fail.py
index 36ec0d0..d891597 100644
--- a/test/runtest/simple/fail.py
+++ b/test/runtest/simple/fail.py
@@ -47,7 +47,7 @@ expect_stderr = """\
FAILING TEST STDERR
"""
-test.run(arguments='test/fail.py',
+test.run(arguments='-j test/fail.py',
status=1,
stdout=expect_stdout,
stderr=expect_stderr)