summaryrefslogtreecommitdiff
path: root/sources/bin
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-11-18 09:21:37 +0000
committerpaltherr <paltherr@epfl.ch>2004-11-18 09:21:37 +0000
commit86dd00a81c53cf737590ccd02764d95aa42a2670 (patch)
treee6544ef99a3a68a58d1338e286f6690bfbdf1ea3 /sources/bin
parent5fc13b102f61bff6e65e5c781bb319fff34d362f (diff)
downloadscala-86dd00a81c53cf737590ccd02764d95aa42a2670.tar.gz
scala-86dd00a81c53cf737590ccd02764d95aa42a2670.tar.bz2
scala-86dd00a81c53cf737590ccd02764d95aa42a2670.zip
- Fixed maximum heep size for tests to 128M
Diffstat (limited to 'sources/bin')
-rw-r--r--sources/bin/.scala_wrapper.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index 369a5718c3..36bb6888f5 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -881,7 +881,6 @@ test_main() {
if [ "$SCALATEST" = "java" ]; then
tool_start "" scala.tools.scalatest.Main "$@";
fi;
- configure;
NORUN="false";
SHOWLOG="false";
@@ -988,6 +987,8 @@ test_main() {
esac;
fi;
+ export SCALA_SCALA_ARGS="-Xmx128M $SCALA_SCALA_ARGS";
+
if [ -n "$OBJDIR" ]; then
if [ -d "$OBJDIR" ] || mkdir -p "$OBJDIR"; then
OBJDIR=`cd "$OBJDIR"; pwd`;