mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-12-18 14:40:15 +08:00
Add option to print FAILED instead of FAIL during the summary
For easier automation and searching for a test suite failure
This commit is contained in:
@@ -1323,6 +1323,9 @@ int UnityEnd(void)
|
||||
else
|
||||
{
|
||||
UnityPrintFail();
|
||||
#ifdef UNITY_DIFFERENTIATE_FINAL_FAIL
|
||||
UNITY_OUTPUT_CHAR('E'); UNITY_OUTPUT_CHAR('D');
|
||||
#endif
|
||||
}
|
||||
UNITY_PRINT_EOL();
|
||||
UNITY_OUTPUT_COMPLETE();
|
||||
|
||||
Reference in New Issue
Block a user