From d394b0b1c15e887dbc70fd2a1f7fcd1109389e13 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Wed, 13 Jun 2007 15:24:11 +0000 Subject: Fixed test script to look for build/msil/predef... Fixed test script to look for build/msil/predef.dll, not lib/predef.dll --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 && -- cgit v1.2.3