diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index 8c3583b4dca..8f7071195c1 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -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") } }