summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-06-13 15:24:11 +0000
committermihaylov <mihaylov@epfl.ch>2007-06-13 15:24:11 +0000
commitd394b0b1c15e887dbc70fd2a1f7fcd1109389e13 (patch)
treecfa2bd9c2c8607f565f0cccb62575e07bdc9cf66 /test
parent2140a3b04a8e07592d8fe1792c323cef16afe704 (diff)
downloadscala-d394b0b1c15e887dbc70fd2a1f7fcd1109389e13.tar.gz
scala-d394b0b1c15e887dbc70fd2a1f7fcd1109389e13.tar.bz2
scala-d394b0b1c15e887dbc70fd2a1f7fcd1109389e13.zip
Fixed test script to look for build/msil/predef...
Fixed test script to look for build/msil/predef.dll, not lib/predef.dll
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index b5107ddc71..e0fe97ff1d 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -289,7 +289,7 @@ MSIL="msil"
EXE="exe"
# Tests the .NET backend.
test_run_msil() {
- assemblies=`get_os_pathlist $PREFIX/lib/predef.dll:$PREFIX/lib/scalaruntime.dll:$PREFIX/lib/mscorlib.dll`;
+ assemblies=`get_os_pathlist $PREFIX/build/msil/predef.dll:$PREFIX/lib/scalaruntime.dll:$PREFIX/lib/mscorlib.dll`;
rm -f "$dstbase".$MSIL &&
rm -f "$dstbase".$EXE &&