diff --git a/utest/src/utest/runner/BaseRunner.scala b/utest/src/utest/runner/BaseRunner.scala index 298f43b..b50d816 100644 --- a/utest/src/utest/runner/BaseRunner.scala +++ b/utest/src/utest/runner/BaseRunner.scala @@ -104,7 +104,7 @@ abstract class BaseRunner(val args: Array[String], taskDef: TaskDef, fullQuery: TestQueryParser#Trees): Future[Unit] = { - startHeader.foreach(h => println(h(path.fold("")(" " + _)))) + startHeader.foreach(h => log(h(path.fold("")(" " + _)))) def handleEvent(op: OptionalThrowable, st: Status,