[acceptance-tests] Run ms-test-suite with debug symbols
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 9 Aug 2016 11:46:37 +0000 (13:46 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 9 Aug 2016 22:16:04 +0000 (00:16 +0200)
So we get line numbers in stack traces.

acceptance-tests/ms-test-suite.mk

index c1c16199481352d873f6df2c7a077a43197dcbe3..bd85bd494bd3b5e960de1e90ffc6c07330dbeb88 100644 (file)
@@ -1,10 +1,10 @@
 check-ms-test-suite:
        @if $(MAKE) validate-ms-test-suite RESET_VERSIONS=1; then \
-               $(MAKE) -C $(MSTESTSUITE_PATH)/conformance build MCS="$(MCS) -t:library -warn:1 -r:nunit.framework" && \
+               $(MAKE) -C $(MSTESTSUITE_PATH)/conformance build MCS="$(MCS) -debug -t:library -warn:1 -r:nunit.framework" && \
                $(MAKE) -C $(MSTESTSUITE_PATH)/conformance run NUNIT-CONSOLE="$(RUNTIME) $(CLASS)/nunit-console.exe -nologo -exclude=MonoBug,BadTest" NUNIT_XML_RESULT=$(abs_top_builddir)/acceptance-tests/TestResult-ms-test-suite-conformance.xml || EXIT_CODE=1; \
                $(MAKE) -C $(MSTESTSUITE_PATH)/systemruntimebringup build MCS="$(MCS) -debug -warn:1" && \
                $(MAKE) -C $(MSTESTSUITE_PATH)/systemruntimebringup run MONO="$(RUNTIME)" || EXIT_CODE=1; \
                exit $$EXIT_CODE; \
        else \
                echo "*** [ms-test-suite] Getting the repository failed, you probably don't have access to this Xamarin-internal resource. Skipping."; \
-       fi
\ No newline at end of file
+       fi