Skip to content
Snippets Groups Projects
Commit e6990605 authored by david_williams's avatar david_williams
Browse files

post M5 test infrastructure

parent 70065ab0
No related branches found
No related tags found
No related merge requests found
......@@ -979,7 +979,7 @@ public class ResultsSummaryGenerator extends Task {
aString = aString + "<tr CLASS=\"" + rowtype + "\">" + EOL;
if (errorCount == -1) {
if (errorCount < 0) {
aString = aString + "<td>" + displayName + "</td>" + EOL;
aString = aString + "<td>DNF</td>" + EOL;
aString = aString + "<td> " + " </td>" + EOL;
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment