From 21432085e182ff01ec339ae63031408d5a0ade81 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 29 Mar 2011 20:22:40 +0000 Subject: 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. --- test/partest | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/partest') 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="" -- cgit v1.2.3