Don't print ERROR 0, because it confuses IDEA
This commit is contained in:
committed by
Pavel Punegov
parent
ee169c63c2
commit
f2e051e2a2
@@ -267,7 +267,7 @@ task resultsTask() {
|
|||||||
"TOTAL: $statistics.total\n" +
|
"TOTAL: $statistics.total\n" +
|
||||||
"PASSED: $statistics.passed\n" +
|
"PASSED: $statistics.passed\n" +
|
||||||
"FAILED: $statistics.failed\n" +
|
"FAILED: $statistics.failed\n" +
|
||||||
"ERROR: $statistics.error\n" +
|
(statistics.error != 0 ? "ERROR: $statistics.error\n" : "") +
|
||||||
"SKIPPED: $statistics.skipped")
|
"SKIPPED: $statistics.skipped")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user