mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
1d72522bae
commit
a384fab490
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ abstract class GenericTestRunner : ITestRunnerContributor {
|
|||
val pb = ProcessBuilder(allArgs)
|
||||
pb.directory(File(project.directory))
|
||||
pb.inheritIO()
|
||||
log(1, "Running tests with classpath size ${classpath.size}")
|
||||
log(2, "Running tests with classpath size ${classpath.size}")
|
||||
log(2, "Launching " + allArgs.joinToString(" "))
|
||||
val process = pb.start()
|
||||
val errorCode = process.waitFor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue