summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-06-26 11:57:52 +0000
committermichelou <michelou@epfl.ch>2007-06-26 11:57:52 +0000
commit94220cb34ea299a3edefc2f9b571b89b2b8fa59b (patch)
tree8cb2c5d2b1f0d5cf01fa26f4bb99e4d7d2ac48e8 /test/scalatest
parent66eb76d374b5ff46dc7c9ed1bb4edb8db41b95f8 (diff)
downloadscala-94220cb34ea299a3edefc2f9b571b89b2b8fa59b.tar.gz
scala-94220cb34ea299a3edefc2f9b571b89b2b8fa59b.tar.bz2
scala-94220cb34ea299a3edefc2f9b571b89b2b8fa59b.zip
allows overriding of SCALAC_OPTS
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index 59647ce87c..4969a66226 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -726,7 +726,7 @@ if [ "$TEST_ALL" = "true" ]; then
fi;
SCALA="${BIN_DIR}scala";
-SCALAC_OPTS="-deprecation -encoding iso-8859-1";
+SCALAC_OPTS:="-deprecation -encoding iso-8859-1";
if [ "$USEFSC" = "true" ]; then
SCALAC_CMD="${BIN_DIR}fsc";
else