| changeset 261 | abb03b298dcb |
| parent 243 | 80102fba0a93 |
| child 266 | 31e5218f43de |
| 260:d6994440a089 | 261:abb03b298dcb |
|---|---|
10 |
10 |
11 |
11 |
12 # compilation tests |
12 # compilation tests |
13 |
13 |
14 function scala_compile { |
14 function scala_compile { |
15 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala "$1" 2>> $out 1>> $out) |
15 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -nc "$1" 2>> $out 1>> $out) |
16 } |
16 } |
17 |
17 |
18 # functional tests |
18 # functional tests |
19 |
19 |
20 function scala_assert { |
20 function scala_assert { |