We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29faffa commit b05141dCopy full SHA for b05141d
1 file changed
src/framework/Runner/ResultReporter.cs
@@ -65,12 +65,12 @@ public void ReportResults()
65
{
66
PrintSummaryReport();
67
68
- if (summary.FailureCount > 0 || summary.ErrorCount > 0)
69
- PrintErrorReport();
70
-
71
if (summary.NotRunCount > 0)
72
PrintNotRunReport();
73
+ if (summary.FailureCount > 0 || summary.ErrorCount > 0)
+ PrintErrorReport();
+
74
//if (commandLineOptions.Full)
75
// PrintFullReport(result);
76
}
0 commit comments