summaryrefslogtreecommitdiff
path: root/sources/bin
diff options
context:
space:
mode:
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`;