summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-05-11 15:29:25 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-05-11 15:29:25 +0000
commitde29ef0ac4a7be7a9321f03e8a12490b0833d4ac (patch)
treedc9808b21ad49615ad9f35cf3714bb9ef231e2be /test/scalatest
parent88a1448f33fbd271eefe9c155015a5c31eb223bc (diff)
downloadscala-de29ef0ac4a7be7a9321f03e8a12490b0833d4ac.tar.gz
scala-de29ef0ac4a7be7a9321f03e8a12490b0833d4ac.tar.bz2
scala-de29ef0ac4a7be7a9321f03e8a12490b0833d4ac.zip
Seriously cleaned-up the build script.
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index 2fd1fa2e1c..b578428654 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -480,7 +480,7 @@ FILES_POS="";
FILES_NEG="";
FILES_MSIL="";
-QUICK="$PREFIX/build/quick/exec"
+QUICK="$PREFIX/build/quick/bin"
if [ -d "$PREFIX/dists" ]; then
LATEST="$PREFIX/dists/latest/bin";
elif [ -d "$PREFIX/build" ]; then