changeset 283 | ef5f62bf5987 |
parent 266 | ca48ac1d3c3e |
child 284 | 9a04eb6a2291 |
282:ec9773fe1dc0 | 283:ef5f62bf5987 |
---|---|
19 } |
19 } |
20 |
20 |
21 # functional tests |
21 # functional tests |
22 |
22 |
23 function scala_assert { |
23 function scala_assert { |
24 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -i "$1" "$2" -e "" 2> /dev/null 1> /dev/null) |
24 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -i "$1" -- "$2" 2> /dev/null 1> /dev/null) |
25 } |
25 } |
26 |
26 |
27 # purity test |
27 # purity test |
28 |
28 |
29 function scala_vars { |
29 function scala_vars { |