summaryrefslogtreecommitdiff
path: root/ci/test_all.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-08 05:35:34 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-08 10:03:06 -0800
commit90d0a3388d280554eaa51371f666d2f7a965a8af (patch)
tree5995c952f5dd21667385251ee44b2372fb518117 /ci/test_all.sh
parent54a2419b0e66eaf52211870bf04d84af87deaa80 (diff)
downloadmill-90d0a3388d280554eaa51371f666d2f7a965a8af.tar.gz
mill-90d0a3388d280554eaa51371f666d2f7a965a8af.tar.bz2
mill-90d0a3388d280554eaa51371f666d2f7a965a8af.zip
vendor ammonite.main code so we can properly handle arity-0 CLI args, fix GenIdea by making it take an Evaluator as an argument
Diffstat (limited to 'ci/test_all.sh')
-rwxr-xr-xci/test_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/test_all.sh b/ci/test_all.sh
index 74b6d203..a04f7119 100755
--- a/ci/test_all.sh
+++ b/ci/test_all.sh
@@ -9,7 +9,7 @@ git clean -xdf
sbt core/test scalalib/test scalajslib/test integration/test bin/test:assembly
# Run tests using Mill built using SBT
-target/bin/mill --all {core,scalalib,scalajslib,integration}.test devAssembly
+target/bin/mill all {core,scalalib,scalajslib,integration}.test devAssembly
# Second build & run tests using Mill
-out/devAssembly/dest/out.jar --all {core,scalalib,scalajslib,integration}.test devAssembly \ No newline at end of file
+out/devAssembly/dest/out.jar all {core,scalalib,scalajslib,integration}.test devAssembly \ No newline at end of file