summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/partest5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/partest b/test/partest
index 391cc52fe0..6d9fc01cd5 100755
--- a/test/partest
+++ b/test/partest
@@ -83,7 +83,10 @@ fi
# last arg wins, so if JAVA_OPTS already contains -Xmx or -Xms the
# supplied argument will be used.
JAVA_OPTS="-Xmx1024M -Xms64M $JAVA_OPTS"
-[ -n "$SCALAC_OPTS" ] || SCALAC_OPTS="-deprecation"
+# the ant task doesn't supply any options by default,
+# so don't to that here either -- note that you may want to pass -optimise
+# to mimic what happens during nightlies
+# [ -n "$SCALAC_OPTS" ] || SCALAC_OPTS="-deprecation"
partestDebugStr=""
if [ ! -z "${PARTEST_DEBUG}" ] ; then