Skip to content

Commit faedad7

Browse files
Change dist-bootstrapped/target/pack/bin to bin
1 parent 6706b9e commit faedad7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

project/scripts/sbtBootstrappedTests

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# check that `dotc` compiles and `dotr` runs it
1111
echo "testing sbt dotc and dotr"
1212
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
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
2424
echo "testing sbt dotc -tasty and dotr -classpath"
2525
mkdir out/scriptedtest1
2626
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
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

0 commit comments

Comments
 (0)