We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5da87 commit 1d77144Copy full SHA for 1d77144
project/scripts/cmdTests
@@ -95,7 +95,7 @@ mkdir -p _site && ./bin/dotd -project Hello -siteroot _site tests/run/hello.scal
95
96
echo "running Vulpix meta test"
97
tmp=$(mktemp)
98
-if sbt -no-colors "dotty-compiler/testOnly dotty.tools.vulpix.VulpixMetaTests" > "$tmp" 2>&1; then
+if ./project/scripts/sbt -no-colors "dotty-compiler/testOnly dotty.tools.vulpix.VulpixMetaTests" > "$tmp" 2>&1; then
99
echo "failed: sbt exited without error on VulpixMetaTests, these tests are expected to fail"
100
exit -1
101
fi
0 commit comments