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

Merge branch 'master' of github.com:cbeust/kobalt

This commit is contained in:
Cedric Beust 2016-07-30 07:39:33 -07:00
commit debdae0cd6
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
kobalt.version=0.874 kobalt.version=0.875

View file

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

View file

@ -1 +1 @@
kobalt.version=0.874 kobalt.version=0.875