File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010# check that `dotc` compiles and `dotr` runs it
1111echo " testing sbt dotc and dotr"
1212mkdir out/scriptedtest0
13- ./dist-bootstrapped/target/pack/ bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest0
13+ ./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest0
1414# FIXME #3477
15- # ./dist-bootstrapped/target/pack/ bin/dotr -classpath out/scriptedtest0 dotrtest.Test" > sbtdotr1.out
15+ # ./bin/dotr -classpath out/scriptedtest0 dotrtest.Test" > sbtdotr1.out
1616# if grep -e "dotr test ok" sbtdotr1.out; then
1717# echo "output ok"
1818# else
@@ -24,10 +24,10 @@ mkdir out/scriptedtest0
2424echo " testing sbt dotc -tasty and dotr -classpath"
2525mkdir out/scriptedtest1
2626mkdir out/scriptedtest2
27- ./dist-bootstrapped/target/pack/ bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/
28- ./dist-bootstrapped/target/pack/ bin/dotc -tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test
27+ ./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/
28+ ./bin/dotc -tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test
2929# FIXME #3477
30- # ./dist-bootstrapped/target/pack/ bin/dotr -classpath out/scriptedtest2/ dotrtest.Test" > sbtdotr2.out
30+ # ./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test" > sbtdotr2.out
3131# if grep -e "dotr test ok" sbtdotr2.out; then
3232# echo "output ok"
3333# else
You can’t perform that action at this time.
0 commit comments