Skip to content

Commit 1236ba5

Browse files
committed
Disable yet another fromTasty cmd test
1 parent 94489b9 commit 1236ba5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

project/scripts/cmdTests

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ else
1818
fi
1919

2020
# 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
3232

3333
# check that `sbt dotc -decompile` runs
3434
echo "testing sbt dotc -decompile"

0 commit comments

Comments
 (0)