summaryrefslogtreecommitdiff
path: root/test/partest
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-29 20:22:40 +0000
committerPaul Phillips <paulp@improving.org>2011-03-29 20:22:40 +0000
commit21432085e182ff01ec339ae63031408d5a0ade81 (patch)
treed51f4966220836c480f9ca6bb51d9903664ae20a /test/partest
parent88fbb71848b56ae5cb2b8ad7833cde21ce3937d9 (diff)
downloadscala-21432085e182ff01ec339ae63031408d5a0ade81.tar.gz
scala-21432085e182ff01ec339ae63031408d5a0ade81.tar.bz2
scala-21432085e182ff01ec339ae63031408d5a0ade81.zip
Fixing the scalap test rig to work like other t...
Fixing the scalap test rig to work like other test types so it doesn't break the distribution build. No review.
Diffstat (limited to 'test/partest')
-rwxr-xr-xtest/partest3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/partest b/test/partest
index 5f89588d1f..44f7130968 100755
--- a/test/partest
+++ b/test/partest
@@ -74,8 +74,7 @@ if $cygwin; then
EXT_CLASSPATH=`cygpath --path --$format "$EXT_CLASSPATH"`
fi
-# Reminder: substitution ${JAVA_OPTS:=-Xmx256M -Xms16M} DO NOT work on Solaris
-[ -n "$JAVA_OPTS" ] || JAVA_OPTS="-Xmx512M -Xms16M"
+[ -n "$JAVA_OPTS" ] || JAVA_OPTS="-Xmx1024M -Xms16M"
[ -n "$SCALAC_OPTS" ] || SCALAC_OPTS="-deprecation"
partestDebugStr=""