From 476640d8b78a2d1bc902fcdd15fcef996b73ca2c Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 29 Dec 2017 23:39:23 -0800 Subject: Re-organize `out/` directory to keep all files related to a particular `Target` within a single folder --- test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index e73405ee..13d81631 100755 --- a/test.sh +++ b/test.sh @@ -12,7 +12,7 @@ sbt core/test scalaplugin/test scalajsplugin/test bin/test:assembly bin/target/mill devAssembly # Second build & run tests using Mill -out/devAssembly Core.test -out/devAssembly ScalaPlugin.test -out/devAssembly ScalaJSPlugin.test -out/devAssembly devAssembly \ No newline at end of file +out/devAssembly/dest Core.test +out/devAssembly/dest ScalaPlugin.test +out/devAssembly/dest ScalaJSPlugin.test +out/devAssembly/dest devAssembly \ No newline at end of file -- cgit v1.2.3