buildSrc: Count skipped tests
This commit is contained in:
@@ -257,7 +257,7 @@ class RunExternalTestGroup extends RunKonanTest {
|
|||||||
total += other.total
|
total += other.total
|
||||||
passed += other.passed
|
passed += other.passed
|
||||||
failed += other.failed
|
failed += other.failed
|
||||||
error += other.error
|
error += other.error
|
||||||
skipped += other.skipped
|
skipped += other.skipped
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -425,6 +425,7 @@ fun main(args : Array<String>) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TestResult skip() {
|
TestResult skip() {
|
||||||
|
statistics.skip()
|
||||||
return new TestResult(TestStatus.SKIPPED)
|
return new TestResult(TestStatus.SKIPPED)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user