summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-12-29 23:39:23 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-12-29 23:39:23 -0800
commit476640d8b78a2d1bc902fcdd15fcef996b73ca2c (patch)
tree41265b2e9e53bf72576e0ac9a0198c40325d907f /test.sh
parent3ce3d6214b1c52c692926ab373412b71fe097c21 (diff)
downloadmill-476640d8b78a2d1bc902fcdd15fcef996b73ca2c.tar.gz
mill-476640d8b78a2d1bc902fcdd15fcef996b73ca2c.tar.bz2
mill-476640d8b78a2d1bc902fcdd15fcef996b73ca2c.zip
Re-organize `out/` directory to keep all files related to a particular `Target` within a single folder
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh8
1 files changed, 4 insertions, 4 deletions
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