1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

"No tests to run".

This commit is contained in:
Cedric Beust 2016-07-29 04:16:18 -08:00
parent f629b76658
commit c72b6b76b6

View file

@ -129,7 +129,7 @@ abstract class GenericTestRunner: ITestRunnerContributor {
}
result = result || errorCode == 0
} else {
log(2, "Couldn't find any test classes")
log(1, " No tests to run")
result = true
}
} else {