-
Type:
New Feature
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
TIG 2017-04-17
-
None
-
None
-
None
-
None
-
None
-
None
-
None
- Introduce a REPORT_FAILURE_STATUS variable in the resmokelib/config.py module.
- Add a --reportFailureStatus command line option to resmoke.py of type="choice" with choices=("fail", "silentfail") that sets config.REPORT_FAILURE_STATUS and defaults of "fail".
- Use config.REPORT_FAILURE_STATUS in TestReport.as_dict() instead of the fixed string "fail".