From d972336af84b0d26c37faaa8b506adc8bba7e02c Mon Sep 17 00:00:00 2001 From: Szabolcs Berecz Date: Mon, 21 Jan 2013 23:50:27 +0100 Subject: Use the same default scalac options in all three partest frontends Make ConsoleRunner, AntRunner and SBTRunner take scalac options from "partest.scalac_opts" property. Also remove leftover "-deprecation" option from test/partest. The change to SBTRunner was not tested as sbt test is currently broken. --- test/partest | 1 - 1 file changed, 1 deletion(-) (limited to 'test/partest') diff --git a/test/partest b/test/partest index 8352f8a946..186c0d1580 100755 --- a/test/partest +++ b/test/partest @@ -77,7 +77,6 @@ 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" partestDebugStr="" if [ ! -z "${PARTEST_DEBUG}" ] ; then -- cgit v1.2.3