From d23376fbf6ee6678c57f4fd17c004777b5b9bc1a Mon Sep 17 00:00:00 2001 From: Leonid Dubinsky Date: Fri, 18 Jul 2025 00:45:32 -0400 Subject: [PATCH] Honour `useSbtLoggers` for `startHeader`. --- utest/src/utest/runner/BaseRunner.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,