summaryrefslogtreecommitdiff
path: root/test/partest
diff options
context:
space:
mode:
authorSzabolcs Berecz <szabolcs.berecz@gmail.com>2013-01-21 23:50:27 +0100
committerSzabolcs Berecz <szabolcs.berecz@gmail.com>2013-01-22 20:01:54 +0100
commitd972336af84b0d26c37faaa8b506adc8bba7e02c (patch)
treea1bd786bbc775c81b492665b210725c7f31b5fc0 /test/partest
parent884737c75dc7f2765a3d769342ecc832deeddb81 (diff)
downloadscala-d972336af84b0d26c37faaa8b506adc8bba7e02c.tar.gz
scala-d972336af84b0d26c37faaa8b506adc8bba7e02c.tar.bz2
scala-d972336af84b0d26c37faaa8b506adc8bba7e02c.zip
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.
Diffstat (limited to 'test/partest')
-rwxr-xr-xtest/partest1
1 files changed, 0 insertions, 1 deletions
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