summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-12-16 19:54:17 +0000
committermichelou <michelou@epfl.ch>2005-12-16 19:54:17 +0000
commit3bb43d38625014a4f60397b1b83d9b8221e64118 (patch)
tree6fde20547d21ed6e4d032bb833bd1af1f0e7596a
parent9ff3d91d01d3aee53a92ac09278ae6271c9fcad2 (diff)
downloadscala-3bb43d38625014a4f60397b1b83d9b8221e64118.tar.gz
scala-3bb43d38625014a4f60397b1b83d9b8221e64118.tar.bz2
scala-3bb43d38625014a4f60397b1b83d9b8221e64118.zip
- corrected path to test directory
-rwxr-xr-xtest/scalanstest7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/scalanstest b/test/scalanstest
index 91f7377e68..e553143362 100755
--- a/test/scalanstest
+++ b/test/scalanstest
@@ -2,7 +2,7 @@
##############################################################################
# __ #
# ________ ___ / / ___ Scala Tools Launch Script #
-# / __/ __// _ | / / / _ | (c) 2002-2005, LAMP/EPFL #
+# / __/ __// _ | / / / _ | (c) 2002-2006, LAMP/EPFL #
# __\ \/ /__/ __ |/ /__/ __ | #
# /____/\___/_/ |_/____/_/ | | #
# |/ #
@@ -441,8 +441,8 @@ FAILED="false";
ERRORS=0;
SUCCESS_COUNT=0;
FAILURE_COUNT=0;
-TESTROOT="$PREFIX/test-nsc/files";
-SRCDIR="$PREFIX/test-nsc/files";
+TESTROOT="$PREFIX/test/files";
+SRCDIR="$PREFIX/test/files";
OBJDIR="""";
TEST_ALL="true";
@@ -460,7 +460,6 @@ esac;
SCALA="$LATEST/bin/ns";
SOCOS="$LATEST/bin/nsc";
-#SOCOS="$LATEST/bin/nsc -classpath /tmp/newclasses:$HOME/scala/build/nslib.jar:$HOME/scala/sources:$HOME/scala/newsources:/home/linuxsoft/apps/fjbg/jars/fjbg.jar:/home/linuxsoft/apps/msil/msil.jar"
SCALAP="$LATEST/bin/nsp";
DIFF="diff";