changeset 481 | e03a0100ec46 |
parent 477 | a4e1f63157d8 |
--- a/core_testing3/postfix_test.sh Mon Nov 06 21:49:55 2023 +0000 +++ b/core_testing3/postfix_test.sh Fri Dec 08 00:54:36 2023 +0000 @@ -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