summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2006-02-20 10:36:55 +0000
committermihaylov <mihaylov@epfl.ch>2006-02-20 10:36:55 +0000
commitf5d48370ee0953356f1f2f8e8cedecea070f5c24 (patch)
tree0cb1d6ca3368f1df16a47d4c73a3856b73ff5b8f /test/scalatest
parent46a4e2f69881711bc4dbdbe2ab5fcedec509e159 (diff)
downloadscala-f5d48370ee0953356f1f2f8e8cedecea070f5c24.tar.gz
scala-f5d48370ee0953356f1f2f8e8cedecea070f5c24.tar.bz2
scala-f5d48370ee0953356f1f2f8e8cedecea070f5c24.zip
use the quick compiler if there's no distribution
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/scalatest b/test/scalatest
index 78eea61522..a609e8dfe5 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -455,12 +455,11 @@ FILES_POS="";
FILES_NEG="";
FILES_MSIL="";
+QUICK="$PREFIX/build/quick/exec"
if [ -d "$PREFIX/dists" ]; then
LATEST="$PREFIX/dists/latest/bin";
- QUICK="$PREFIX/build/quick/exec"
else
- LATEST="$PREFIX/bin";
- QUICK="$LATEST"
+ LATEST="$QUICK";
fi;
BIN_DIR="$LATEST"