We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47015bc commit 99b33c8Copy full SHA for 99b33c8
project/scripts/cmdTests
@@ -19,7 +19,7 @@ echo "testing sbt dotc -decompile"
19
grep -qe "def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" "$tmp"
20
21
echo "testing sbt dotc -decompile from file"
22
-"$SBT" ";dotc -decompile -color:never -classpath $OUT $OUT/$TASTY" #> "$tmp"
+"$SBT" ";dotc -decompile -color:never -classpath $OUT $OUT/$TASTY" > "$tmp"
23
24
25
echo "testing sbt dotr with no -classpath"
0 commit comments