summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/test/src/mill/util/ScriptTestSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/test/src/mill/util/ScriptTestSuite.scala b/main/test/src/mill/util/ScriptTestSuite.scala
index 8a639f92..f448aaaf 100644
--- a/main/test/src/mill/util/ScriptTestSuite.scala
+++ b/main/test/src/mill/util/ScriptTestSuite.scala
@@ -11,7 +11,7 @@ abstract class ScriptTestSuite(fork: Boolean) extends TestSuite{
val workspacePath = os.pwd / 'target / 'workspace / workspaceSlug
val wd = workspacePath / buildPath / os.up
- val stdOutErr = new PrintStream(new ByteArrayOutputStream())
+ val stdOutErr = System.out // new PrintStream(new ByteArrayOutputStream())
val stdIn = new ByteArrayInputStream(Array())
val disableTicker = false
val debugLog = false