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 a40ede2 commit c10d4caCopy full SHA for c10d4ca
project/scripts/cmdTests
@@ -19,7 +19,8 @@ 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 $OUT/$TASTY" > "$tmp"
+ls $OUT
23
+"$SBT" ";dotc -decompile -color:never $OUT/$TASTY" #> "$tmp"
24
25
26
echo "testing sbt dotr with no -classpath"
0 commit comments