Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the plugins can suppress only
[INFO] [INFO] Results: [INFO]
It is incomplete feature (printSummary=false) because the summary is to suppress the next two lines as well:
[INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO]
Errors and failures have to be printed always.