[mono/mono] 212e36fc: Fix MONO_PATH for run-test-vts in corlib.

"Zoltan Varga ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000142099066f8-d478e27c-c39c-447a-ba65-dbcaebbb8df3-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/cbacd4801f47...212e36fc3a1a

   Commit: 212e36fc3a1a846bcceb81ed26818fdaf82c54d7
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-10-30 13:31:00 GMT
      URL: https://github.com/mono/mono/commit/212e36fc3a1a846bcceb81ed26818fdaf82c54d7

Fix MONO_PATH for run-test-vts in corlib.

Changed paths:
  M mcs/class/corlib/Makefile

Modified: mcs/class/corlib/Makefile
===================================================================
@@ -140,7 +140,9 @@ $(vtsdir)/$(PROFILE)_TestLib/BinarySerializationOverVersions.exe: $(vtsdir)/Bina
 		$(vtsdir)/BinarySerializationOverVersions.cs -out:$@
 	@cp $(vtsdir)/$(PROFILE)_TestLib/1.0/Address.dll $(vtsdir)/$(PROFILE)_TestLib
 
-# Need to define MONO_PATH to an absolute dir since the test is ran from a subdir
+# Need to define TEST_MONO_PATH to an absolute dir since the test is ran from a subdir
+TEST_MONO_PATH=$(PWD)/../lib/$(PROFILE)
+
 run-test-vts: test-vts
 	@echo Running vts tests...
 	PATH="$(TEST_RUNTIME_WRAPPERS_PATH):$(PATH)" $(TEST_RUNTIME) $(RUNTIME_FLAGS) $(TEST_HARNESS) -noshadow \


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.