backend/tests: Add test error number reporting to stdout
This commit is contained in:
@@ -75,6 +75,7 @@ task run_external () {
|
||||
"TOTAL: $statistics.total\n" +
|
||||
"PASSED: $statistics.passed\n" +
|
||||
"FAILED: $statistics.failed\n" +
|
||||
"ERROR: $statistics.error\n" +
|
||||
"SKIPPED: $statistics.skipped")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user