diff -r b4812c877b05 -r 8997430d9765 testing5/bf_test.sh --- a/testing5/bf_test.sh Sat Feb 02 01:21:43 2019 +0000 +++ b/testing5/bf_test.sh Sat Feb 02 13:28:05 2019 +0000 @@ -12,7 +12,7 @@ # compilation tests function scala_compile { - (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala "$1" 2>> $out 1>> $out) + (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -nc "$1" 2>> $out 1>> $out) } # functional tests