summaryrefslogtreecommitdiff
path: root/buildscripts/tests/resmokelib/test_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/tests/resmokelib/test_parser.py')
-rw-r--r--buildscripts/tests/resmokelib/test_parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/tests/resmokelib/test_parser.py b/buildscripts/tests/resmokelib/test_parser.py
index c1ba97c6056..b9fc74f088b 100644
--- a/buildscripts/tests/resmokelib/test_parser.py
+++ b/buildscripts/tests/resmokelib/test_parser.py
@@ -248,6 +248,7 @@ class TestLocalCommandLine(unittest.TestCase):
cmdline = to_local_args([
"run",
"--suites=my_suite",
+ "--reportFailureStatus=fail",
"--reportFile=report.json",
"--perfReportFile=perf.json",
"--storageEngine=my_storage_engine",