diff -r 0c491eff5b01 -r 14e5ae1fb541 cw3_marking/cw3_test.sh --- a/cw3_marking/cw3_test.sh Mon Feb 03 13:25:59 2025 +0000 +++ b/cw3_marking/cw3_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) }