buildSrc: Count skipped tests

This commit is contained in:
Ilya Matveev
2017-02-22 11:51:29 +03:00
committed by ilmat192
parent 3f0903fdc8
commit ab0f8cb6cd
@@ -257,7 +257,7 @@ class RunExternalTestGroup extends RunKonanTest {
total += other.total
passed += other.passed
failed += other.failed
error += other.error
error += other.error
skipped += other.skipped
}
}
@@ -425,6 +425,7 @@ fun main(args : Array<String>) {
}
TestResult skip() {
statistics.skip()
return new TestResult(TestStatus.SKIPPED)
}
}