summaryrefslogtreecommitdiff
path: root/ci/test-mill-dev.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-07-01 11:04:38 -0700
committerGitHub <noreply@github.com>2019-07-01 11:04:38 -0700
commite0a3bbe716b67624eaf3c327ea1e433c6c481213 (patch)
tree4a7d060e08107bde95ccf7851e75dbdba856e32a /ci/test-mill-dev.sh
parent6ef8409312b86676b715c9564efe84d6de2bc825 (diff)
downloadmill-e0a3bbe716b67624eaf3c327ea1e433c6c481213.tar.gz
mill-e0a3bbe716b67624eaf3c327ea1e433c6c481213.tar.bz2
mill-e0a3bbe716b67624eaf3c327ea1e433c6c481213.zip
Fix build, split up release and assembly (#643)
* . * . * use non-version-changing executable for integration tests * Update test-mill-1.sh
Diffstat (limited to 'ci/test-mill-dev.sh')
-rwxr-xr-xci/test-mill-dev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test-mill-dev.sh b/ci/test-mill-dev.sh
index 1a5c5243..d81fe0df 100755
--- a/ci/test-mill-dev.sh
+++ b/ci/test-mill-dev.sh
@@ -6,7 +6,7 @@ set -eux
git clean -xdf
# Build Mill
-mill -i dev.assembly
+./mill -i dev.assembly
rm -rf ~/.mill