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
9595
9696echo " running Vulpix meta test"
9797tmp=$( 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 "
99100 echo " failed: sbt exited without error on VulpixMetaTests, these tests are expected to fail"
100101 exit -1
101102fi
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ sbt -J-Xmx4096m \
1212 -J-XX:MaxMetaspaceSize=1024m \
1313 -Ddotty.drone.mem=4096m \
1414 -Dsbt.ivy.home=/var/cache/drone/ivy2 \
15+ -no-colors \
1516 " $CMD "
You can’t perform that action at this time.
0 commit comments