summaryrefslogtreecommitdiff
path: root/test/scalanstest
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-21 20:31:59 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-21 20:31:59 +0000
commit10322415aeea472260abd25324f707728fe55f4d (patch)
tree7772b8db4cc4a999e69ed01654363230770736d8 /test/scalanstest
parent713b176bd27f438b7870c3a69891eba0db49aaf4 (diff)
downloadscala-10322415aeea472260abd25324f707728fe55f4d.tar.gz
scala-10322415aeea472260abd25324f707728fe55f4d.tar.bz2
scala-10322415aeea472260abd25324f707728fe55f4d.zip
1.
2. Improved the generation of a distribution. 3. 'scalanstest' works again.
Diffstat (limited to 'test/scalanstest')
-rwxr-xr-xtest/scalanstest12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/scalanstest b/test/scalanstest
index e553143362..075d9a9547 100755
--- a/test/scalanstest
+++ b/test/scalanstest
@@ -453,14 +453,10 @@ FILES_POS="";
FILES_NEG="";
FILES_MSIL="";
-case `uname` in
- CYGWIN* ) LATEST="$PREFIX/distribs/windows/latest";;
- * ) LATEST="$PREFIX/distribs/unix/latest";;
-esac;
-
-SCALA="$LATEST/bin/ns";
-SOCOS="$LATEST/bin/nsc";
-SCALAP="$LATEST/bin/nsp";
+LATEST="$PREFIX/dists/latest";
+SCALA="$LATEST/bin/scala";
+SOCOS="$LATEST/bin/scalac";
+SCALAP="$LATEST/bin/scalap";
DIFF="diff";
case `uname` in