summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-11-06 00:17:34 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-11-06 17:39:10 +0800
commitc49e1b15c591c871d92e6fcb4938c5a9f5ad9915 (patch)
treea21727908610227ebf189e6f925a38d57009db3a /main
parenta5f17fec5b5e6f58558917d9cbbdc0163a937635 (diff)
parentff45d24103684342a47ec2ed42565356a116f18d (diff)
downloadmill-c49e1b15c591c871d92e6fcb4938c5a9f5ad9915.tar.gz
mill-c49e1b15c591c871d92e6fcb4938c5a9f5ad9915.tar.bz2
mill-c49e1b15c591c871d92e6fcb4938c5a9f5ad9915.zip
merge
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