File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ mkdir -p _site && ./bin/dotd -project Hello -siteroot _site tests/run/hello.scal
95
95
96
96
echo " running Vulpix meta test"
97
97
tmp=$( mktemp)
98
- if sbt -no-colors " dotty-compiler/testOnly dotty.tools.vulpix.VulpixMetaTests" > " $tmp " 2>&1 ; then
98
+ if ./project/scripts/sbt " dotty-compiler/testOnly dotty.tools.vulpix.VulpixMetaTests" > " $tmp " 2>&1 ; then
99
+ cat " $tmp "
99
100
echo " failed: sbt exited without error on VulpixMetaTests, these tests are expected to fail"
100
101
exit -1
101
102
fi
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ sbt -J-Xmx4096m \
12
12
-J-XX:MaxMetaspaceSize=1024m \
13
13
-Ddotty.drone.mem=4096m \
14
14
-Dsbt.ivy.home=/var/cache/drone/ivy2 \
15
+ -no-colors \
15
16
" $CMD "
You can’t perform that action at this time.
0 commit comments