cw4_marking/cw4_test.sh
changeset 981 14e5ae1fb541
parent 978 8778d23fef92
--- a/cw4_marking/cw4_test.sh	Mon Feb 03 13:25:59 2025 +0000
+++ b/cw4_marking/cw4_test.sh	Fri Sep 05 16:59:48 2025 +0100
@@ -30,7 +30,7 @@
 # functional tests
 
 function scala_assert {
-  rm -rf /Users/cu/.ammonite/cache/3.0.0-M2/* 2> /dev/null ;  
+  rm -rf /Users/cu/.ammonite/cache/3.*/* 2> /dev/null ;  
   (ulimit -t 30; JAVA_OPTS="-Xmx1g -XX:MaxJavaStackTraceDepth=10" amm -s "$1" 1>> $out 2>> $out)
 }