Skip to content

Commit

Permalink
WIP windows build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Apr 13, 2018
1 parent 60d1cdc commit b49d657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/test/src/mill/main/ForeignBuildsTest.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package mill.main

import java.io.{ByteArrayOutputStream, PrintStream}

import ammonite.ops._
import mill.util.ScriptTestSuite
import utest._
Expand All @@ -10,6 +12,8 @@ object ForeignBuildsTest extends ScriptTestSuite(fork = false) {
pwd / 'main / 'test / 'resources / 'examples / 'foreign
override def buildPath = 'project / "build.sc"

override val stdOutErr = System.out

val tests = Tests {
initWorkspace()
'test - {
Expand Down

0 comments on commit b49d657

Please sign in to comment.