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 8388c4b commit f8b059aCopy full SHA for f8b059a
project/scripts/sbtBootstrappedTests
@@ -13,7 +13,7 @@ echo "testing ./bin/dotc and ./bin/dotr"
13
mkdir out/scriptedtest0
14
./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest0
15
16
-./bin/dotr -classpath out/scriptedtest0 dotrtest.Test" > sbtdotr1.out
+./bin/dotr -classpath out/scriptedtest0 dotrtest.Test > sbtdotr1.out
17
if grep -e "dotr test ok" sbtdotr1.out; then
18
echo "output ok"
19
else
0 commit comments