diff -r e03a0100ec46 -r 769bda18a43d main_testing5/bfc_test.sh --- a/main_testing5/bfc_test.sh Fri Dec 08 00:54:36 2023 +0000 +++ b/main_testing5/bfc_test.sh Mon Dec 25 01:10:55 2023 +0100 @@ -19,7 +19,7 @@ # functional tests function scala_assert { - (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli -i "$1" "$2" -e "urbanmain()" 2> /dev/null 1> /dev/null) + (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli -i "$1" "$2" -e "urbanmain()")# 2> /dev/null 1> /dev/null) } # purity test