* Makefile (run-test-local): Don't pick 'mono' from the path.
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 14 Jun 2005 18:44:49 +0000 (18:44 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 14 Jun 2005 18:44:49 +0000 (18:44 -0000)
svn path=/trunk/mcs/; revision=45987

mcs/tests/ChangeLog
mcs/tests/Makefile

index c851d66d12d8c1d01f46bb159cfffa5733969485..49e9ae9e8b9a83783016259748c83be2441dec53 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-15  Raja R Harinath  <harinath@gmail.com>
+
+       * Makefile (run-test-local): Don't pick 'mono' from the path.
+
 2005-06-14  Marek Safar <marek.safar@seznam.cz>
 
        * 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  <rharinath@novell.com>
index fb1df0aaf04d30fc8e7a3223d977a46838c5964d..ef468ffbe8d19b25398295052955c3609349a36e 100644 (file)
@@ -204,7 +204,7 @@ TEST_PATTERN = 'test-*.cs'
 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: