summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-02-16 09:42:40 +0000
committermichelou <michelou@epfl.ch>2006-02-16 09:42:40 +0000
commite195c21436b06f838cf3681c2fd57e2eaae9b725 (patch)
tree3d3c1148da551d32e92fa5c18a1ac24672d6dd7d
parent4f6c6e57cb563ed56b59135ded4001ba62233cdd (diff)
downloadscala-e195c21436b06f838cf3681c2fd57e2eaae9b725.tar.gz
scala-e195c21436b06f838cf3681c2fd57e2eaae9b725.tar.bz2
scala-e195c21436b06f838cf3681c2fd57e2eaae9b725.zip
renamed 'scala*2' to 'scala*' in script file te...
renamed 'scala*2' to 'scala*' in script file test/scalatest
-rwxr-xr-xtest/scalatest6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scalatest b/test/scalatest
index 98593c6f03..78eea61522 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -526,9 +526,9 @@ if [ "$TEST_ALL" = "true" ]; then
esac;
fi;
-SCALA="$BIN_DIR/scala2";
-SOCOS="$BIN_DIR/scalac2";
-SCALAP="$LATEST/scalap2";
+SCALA="$BIN_DIR/scala";
+SOCOS="$BIN_DIR/scalac";
+SCALAP="$LATEST/scalap";
SCALA_SCALA_ARGS="-Xmx512M $SCALA_SCALA_ARGS";
export SCALA_SCALA_ARGS;