mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
"No tests to run".
This commit is contained in:
parent
f629b76658
commit
c72b6b76b6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue