From a8741647cfa038e67a644237bd0806b78fb77b46 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Mon, 25 Jan 2016 14:50:20 -0800 Subject: add helix run support to coreclr repo --- tests/tests.targets | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'tests/tests.targets') diff --git a/tests/tests.targets b/tests/tests.targets index 3b7d78b71f..79b60bd9ce 100644 --- a/tests/tests.targets +++ b/tests/tests.targets @@ -8,26 +8,23 @@ - $(BaseOutputPathWithConfig)\tests\XunitRunner\ + $(BaseOutputPathWithConfig)\tests\ <__TestRunHtmlLog Condition="'$(__TestRunHtmlLog)' == ''">$(__LogsDir)\TestRun.html <__TestRunXmlLog Condition="'$(__TestRunXmlLog)' == ''">$(__LogsDir)\TestRun.xml - - + + - - + - - $(TestAssemblyDir)\ - @@ -49,7 +44,6 @@