File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
# check that `dotc` compiles and `dotr` runs it
11
11
echo " testing sbt dotc and dotr"
12
12
mkdir 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
14
14
# 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
16
16
# if grep -e "dotr test ok" sbtdotr1.out; then
17
17
# echo "output ok"
18
18
# else
@@ -24,10 +24,10 @@ mkdir out/scriptedtest0
24
24
echo " testing sbt dotc -tasty and dotr -classpath"
25
25
mkdir out/scriptedtest1
26
26
mkdir 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
29
29
# 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
31
31
# if grep -e "dotr test ok" sbtdotr2.out; then
32
32
# echo "output ok"
33
33
# else
You can’t perform that action at this time.
0 commit comments