testing5/bf_test.sh
changeset 266 31e5218f43de
parent 261 abb03b298dcb
child 286 269d7ca62c5e
--- a/testing5/bf_test.sh	Sat Jun 22 08:39:52 2019 +0100
+++ b/testing5/bf_test.sh	Wed Jul 24 14:22:06 2019 +0100
@@ -12,13 +12,13 @@
 # compilation tests
 
 function scala_compile {
-   (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -nc "$1" 2>> $out 1>> $out)
+   (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala "$1" 2>> $out 1>> $out)
 }
 
 # functional tests
 
 function scala_assert {
-  (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -nc -i "$1" "$2" -e "" 2> /dev/null 1> /dev/null)   
+  (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -i "$1" "$2" -e "" 2> /dev/null 1> /dev/null)   
 }
 
 # purity test