Details
-
New Feature
-
Resolution: Done
-
Major - P3
-
None
-
None
-
Fully Compatible
-
TIG 2017-04-17
Description
- 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".