diff -r be818c5a67d4 -r 8a61bcd51ec3 main_testing4/shogun_test.sh --- a/main_testing4/shogun_test.sh Sat Nov 04 18:53:37 2023 +0000 +++ b/main_testing4/shogun_test.sh Mon Nov 06 14:18:26 2023 +0000 @@ -18,7 +18,7 @@ # compilation tests function scala_compile { - (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile "$1" 2> c$out 1> c$out) + (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile -color never -Xprint:parser "$1" 2> c$out 1> c$out) } # functional tests @@ -169,6 +169,12 @@ fi +# legal moves +if [ $tsts1 -eq 0 ] +then + echo -e " Task 6: automated test cases not yet done" >> $out +fi + echo -e "" >> $out echo -e "" >> $out