Author: andrews
Date: 2005-07-04 03:44:22 -0400 (Mon, 04 Jul 2005)
New Revision: 46901

Modified:
   trunk/mcs/class/System.XML/Test/System.Xml/W3C/Makefile
Log:
fix absolute path to monowrapper to relative one


Modified: trunk/mcs/class/System.XML/Test/System.Xml/W3C/Makefile
===================================================================
--- trunk/mcs/class/System.XML/Test/System.Xml/W3C/Makefile     2005-07-04 
07:26:31 UTC (rev 46900)
+++ trunk/mcs/class/System.XML/Test/System.Xml/W3C/Makefile     2005-07-04 
07:44:22 UTC (rev 46901)
@@ -8,7 +8,8 @@
 TEST_CATALOG=xmlconf/xmlconf.xml
 TEST_PROG=xmlconf.dll
 nunit_MONO_PATH="../../../../../class/lib/default"
-NUNIT_CONSOLE=/monobuild/mono/runtime/mono-wrapper --debug 
$(nunit_MONO_PATH)/nunit-console.exe
+mono_wrapper_PATH="../../../../../../mono/runtime/mono-wrapper"
+NUNIT_CONSOLE=$(mono_wrapper_PATH) --debug $(nunit_MONO_PATH)/nunit-console.exe
 
 CLEAN_FIXTURE=MonoTests.W3C_xmlconf.CleanTests
 CLEAN_NUNIT_FLAGS=/fixture:$(CLEAN_FIXTURE) /xml=TestsResult.xml

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to