From e195c21436b06f838cf3681c2fd57e2eaae9b725 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 16 Feb 2006 09:42:40 +0000 Subject: renamed 'scala*2' to 'scala*' in script file te... renamed 'scala*2' to 'scala*' in script file test/scalatest --- test/scalatest | 6 +++--- 1 file 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; -- cgit v1.2.3