Skip to content

Commit 8388c4b

Browse files
committed
disable repl test on CI
1 parent a36f49d commit 8388c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/cmdTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ fi
7272
./project/scripts/sbt ";dist-bootstrapped/pack"
7373
./dist-bootstrapped/target/pack/bin/dotc tests/run/hello.scala
7474
./dist-bootstrapped/target/pack/bin/dotr Test
75-
echo ":quit" | ./dist-bootstrapped/target/pack/bin/dotr
75+
# echo ":quit" | ./dist-bootstrapped/target/pack/bin/dotr # not supported by CI
7676
mkdir -p _site && ./dist-bootstrapped/target/pack/bin/dotd -project Hello -siteroot _site tests/run/hello.scala

0 commit comments

Comments
 (0)