We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bb1d3 commit cfb49a0Copy full SHA for cfb49a0
.gitignore
@@ -4,5 +4,6 @@ obj
4
JavaDeveloper-2013005_dp__11m4609.pkg
5
LocalJDK
6
TestResult.xml
7
+TestResult-*.xml
8
xa-gendarme.html
9
packages
Makefile
@@ -125,6 +125,7 @@ define RUN_TEST
125
$(RUNTIME) $$MONO_OPTIONS --runtime=v4.0.0 \
126
$(NUNIT_CONSOLE) $(NUNIT_EXTRA) $(1) \
127
$(if $(RUN),-run:$(RUN)) \
128
+ -xml=TestResult-$(basename $(notdir $(1))).xml \
129
-output=bin/Test$(CONFIGURATION)/TestOutput-$(basename $(notdir $(1))).txt ;
130
endef
131
0 commit comments