changeset 281 | 87b9e3e2c1a7 |
parent 266 | ca48ac1d3c3e |
child 302 | 067afe8af35b |
280:a057dc4457fc | 281:87b9e3e2c1a7 |
---|---|
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" -e "" 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 { |