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 f8b059a commit 3a45c04Copy full SHA for 3a45c04
project/scripts/sbtBootstrappedTests
@@ -27,7 +27,7 @@ mkdir out/scriptedtest1
27
mkdir out/scriptedtest2
28
./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/
29
./bin/dotc -from-tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test
30
-./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test" > sbtdotr2.out
+./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test > sbtdotr2.out
31
if grep -e "dotr test ok" sbtdotr2.out; then
32
echo "output ok"
33
else
0 commit comments