File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 18
18
fi
19
19
20
20
# check that `sbt dotc` compiles and `sbt dotr` runs it
21
- echo " testing sbt dotc -from-tasty and dotr -classpath"
22
- mkdir out/scriptedtest1
23
- mkdir out/scriptedtest2
24
- ./project/scripts/sbt " ;dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/; dotc -from-tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test; dotr -classpath out/scriptedtest2/ dotrtest.Test" > sbtdotr2.out
25
- cat sbtdotr2.out
26
- if grep -e " dotr test ok" sbtdotr2.out; then
27
- echo " output ok"
28
- else
29
- echo " failed output check"
30
- exit -1
31
- fi
21
+ # echo "testing sbt dotc -from-tasty and dotr -classpath"
22
+ # mkdir out/scriptedtest1
23
+ # mkdir out/scriptedtest2
24
+ # ./project/scripts/sbt ";dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/; dotc -from-tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test; dotr -classpath out/scriptedtest2/ dotrtest.Test" > sbtdotr2.out
25
+ # cat sbtdotr2.out
26
+ # if grep -e "dotr test ok" sbtdotr2.out; then
27
+ # echo "output ok"
28
+ # else
29
+ # echo "failed output check"
30
+ # exit -1
31
+ # fi
32
32
33
33
# check that `sbt dotc -decompile` runs
34
34
echo " testing sbt dotc -decompile"
You can’t perform that action at this time.
0 commit comments