Author: raja
Date: 2005-06-14 14:44:49 -0400 (Tue, 14 Jun 2005)
New Revision: 45987

Modified:
   trunk/mcs/tests/ChangeLog
   trunk/mcs/tests/Makefile
Log:
* Makefile (run-test-local): Don't pick 'mono' from the path.


Modified: trunk/mcs/tests/ChangeLog
===================================================================
--- trunk/mcs/tests/ChangeLog   2005-06-14 18:30:41 UTC (rev 45986)
+++ trunk/mcs/tests/ChangeLog   2005-06-14 18:44:49 UTC (rev 45987)
@@ -1,3 +1,7 @@
+2005-06-15  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       * Makefile (run-test-local): Don't pick 'mono' from the path.
+
 2005-06-14  Marek Safar <[EMAIL PROTECTED]>
 
        * gen-*.cs: Renamed to gtest-*.cs.
@@ -6,7 +10,7 @@
        * 2test-22: Renamed to gtest-165.cs.
        * 2test-*.cs: Renamed to test-*.cs
        * xml-*.cs: Renamed to test-xml*.cs.
-       
+
        * Makefile: Switch to compiler-tester.
 
 2005-06-08  Raja R Harinath  <[EMAIL PROTECTED]>

Modified: trunk/mcs/tests/Makefile
===================================================================
--- trunk/mcs/tests/Makefile    2005-06-14 18:30:41 UTC (rev 45986)
+++ trunk/mcs/tests/Makefile    2005-06-14 18:44:49 UTC (rev 45987)
@@ -204,7 +204,7 @@
 endif
 
 run-test-local: ilasm
-       MONO_RUNTIME=mono $(with_mono_path) $(RUNTIME) $(RUNTIME_FLAGS) 
$(topdir)/class/lib/$(PROFILE)/compiler-tester.exe positive $(TEST_PATTERN) 
$(COMPILER) known-issues-$(COMPILER_NAME) $(COMPILER_NAME).log
+       MONO_RUNTIME='$(RUNTIME)' $(with_mono_path) $(RUNTIME) $(RUNTIME_FLAGS) 
$(topdir)/class/lib/$(PROFILE)/compiler-tester.exe positive $(TEST_PATTERN) 
$(COMPILER) known-issues-$(COMPILER_NAME) $(COMPILER_NAME).log
 
 # do nothing for this target
 run-test-ondotnet-local:

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

Reply via email to