main_testing4/shogun_test.sh
changeset 477 a4e1f63157d8
parent 476 7550c816187a
child 493 244df77507c2
--- 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