summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-06-13 15:40:21 +0000
committermihaylov <mihaylov@epfl.ch>2007-06-13 15:40:21 +0000
commit1e6f4c280df5c05827fdd585701be17be90d0447 (patch)
treec1e2177ae696fca280108911f7975ca80150063b /test
parentd394b0b1c15e887dbc70fd2a1f7fcd1109389e13 (diff)
downloadscala-1e6f4c280df5c05827fdd585701be17be90d0447.tar.gz
scala-1e6f4c280df5c05827fdd585701be17be90d0447.tar.bz2
scala-1e6f4c280df5c05827fdd585701be17be90d0447.zip
Fxied test/scalatest to find the assemblies at ...
Fxied test/scalatest to find the assemblies at their original places thus obviating the need to copy them (thanks to Stephane)
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index e0fe97ff1d..720a0beedd 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -304,7 +304,7 @@ test_run_msil() {
* )
ilasm /output:"$os_dstbase".$EXE "$os_dstbase".$MSIL \
> /dev/null &&
- env MONO_PATH="$PREFIX/lib" mono "$dstbase.$EXE" "msil";;
+ env MONO_PATH="$PREFIX/build/msil:$PREFIX/lib" mono "$dstbase.$EXE" "msil";;
esac &&
rm -f "$dstbase".$EXE &&
rm -f "$dstbase".$MSIL;