File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,13 @@ mkdir -p out/scriptedtest0
83
83
./bin/dotr -classpath out/scriptedtest0 dotrtest.Test
84
84
85
85
# check that `dotc -from-tasty` compiles and `dotr` runs it
86
- echo " testing ./bin/dotc -from-tasty and dotr -classpath"
87
- mkdir -p out/scriptedtest1
88
- mkdir -p out/scriptedtest2
89
- ./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/
90
- ./bin/dotc -from-tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test
91
- ./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test
86
+ #
87
+ # echo "testing ./bin/dotc -from-tasty and dotr -classpath"
88
+ # mkdir -p out/scriptedtest1
89
+ # mkdir -p out/scriptedtest2
90
+ # ./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/
91
+ # ./bin/dotc -from-tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test
92
+ # ./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test
92
93
93
94
# echo ":quit" | ./dist-bootstrapped/target/pack/bin/dotr # not supported by CI
94
95
mkdir -p _site && ./bin/dotd -project Hello -siteroot _site tests/run/hello.scala
You can’t perform that action at this time.
0 commit comments