From cb5e3291155ba0d29c1a530d6c217d22a3a743f4 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 1 Jan 2018 01:48:28 -0800 Subject: Make `HelloWorldTests` take an explicit output path so they are less sensitive to working directories Make `run` and `runMain` take option CLI args --- integration/src/test/resource/jawn/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration/src') diff --git a/integration/src/test/resource/jawn/build.sc b/integration/src/test/resource/jawn/build.sc index 9c9b41dc..167407bd 100644 --- a/integration/src/test/resource/jawn/build.sc +++ b/integration/src/test/resource/jawn/build.sc @@ -32,7 +32,7 @@ class Jawn(crossVersion: String) extends mill.Module{ object Ast extends JawnModule{ def projectDeps = Seq(Parser, Util) def testProjectDeps = Seq(Parser.test, Util.test) - def basePath = ammonite.ops.pwd / 'target / 'workspace / 'jawn / 'acyclic + def basePath = ammonite.ops.pwd / 'target / 'workspace / 'jawn / 'ast } class Support(name: String, ivyDeps0: Dep*) extends JawnModule{ def projectDeps = Seq[Module](Parser) -- cgit v1.2.3