Преглед изворни кода

Fix mono path for corlib vts tests

Marek Safar пре 13 година
родитељ
комит
f1a6fcca40
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mcs/class/corlib/Makefile

+ 1 - 1
mcs/class/corlib/Makefile

@@ -114,7 +114,7 @@ $(vtsdir)/BinarySerializationOverVersions.exe: $(vtsdir)/BinarySerializationOver
 # Need to define MONO_PATH to an absolute dir since the test is ran from a subdir
 run-test-vts: test-vts
 	@echo Running vts tests...
-	MONO_PATH=$(PWD)/../lib/$(PROFILE) $(TEST_RUNTIME) $(RUNTIME_FLAGS) $(TEST_HARNESS) -noshadow \
+	$(TEST_RUNTIME) $(RUNTIME_FLAGS) $(TEST_HARNESS) -noshadow \
 		$(vtsdir)/BinarySerializationOverVersions.exe 
 test: test-vts
 run-test: run-test-vts