From 73cbb4f49bb22f01b405fe600f331c91d583f876 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 12 Feb 2015 13:49:53 -0800 Subject: Spit out Xunit xml result files Spit out the xunit result files, as well as make the directory for the xunit html result files consistent with the result of the logs. We should also be passing the include and exclude attributes to the xunit task --- tests/tests.targets | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'tests/tests.targets') diff --git a/tests/tests.targets b/tests/tests.targets index 0923029637..7fd0696602 100644 --- a/tests/tests.targets +++ b/tests/tests.targets @@ -10,6 +10,7 @@ $(BaseOutputPathWithConfig)\tests\XunitRunner\ <__TestRunHtmlLog Condition="'$(__TestRunHtmlLog)' == ''">$(__LogsDir)\TestRun.html + <__TestRunXmlLog Condition="'$(__TestRunXmlLog)' == ''">$(__LogsDir)\TestRun.xml @@ -46,21 +47,15 @@ - - - $(XunitOptions)-trait @(IncludeTraitsItems, ' -trait ') - $(XunitOptions)-notrait @(ExcludeTraitsItems, ' -notrait ') - $(XunitOptions) -parallel all - True - True - - + -- cgit v1.2.3