From 1e6f4c280df5c05827fdd585701be17be90d0447 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Wed, 13 Jun 2007 15:40:21 +0000 Subject: 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) --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scalatest') 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; -- cgit v1.2.3