1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-12-16 01:34:13 +04:00
parent b2cdaf5150
commit 156455be98

View file

@ -74,7 +74,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
return runContributor.run(project, context, dependencyManager.testDependencies(project, context,
projects()))
} else {
log(2, "Couldn't find a test runner for project ${project.name}, not running any tests")
log(1, "Couldn't find a test runner for project ${project.name}, not running any tests")
return TaskResult()
}
}