update NUNIT command line args to reflect same args used both with and without coverage

This commit is contained in:
sbohlen
2014-02-23 08:51:27 -05:00
parent e41d0dee48
commit e7ed6e5d87

View File

@@ -248,6 +248,7 @@ ${tool.dir} : dir for tools
<arg value="/xml:${test.assemblyname}.dll-TestResults.xml" />
<arg value="/framework:${nunit.framework.version}" />
<arg value="/nologo" />
<arg value="/noshadow" />
</exec>
</target>
@@ -289,8 +290,9 @@ ${tool.dir} : dir for tools
<arg path="${nunit.console.exe}" />
<arg line="${test.assemblyfile}" />
<arg value="/xml:${test.assemblyname}.dll-TestResults.xml" />
<arg value="/noshadow" />
<arg value="/nologo" />
<arg value="/framework:${nunit.framework.version}" />
<arg value="/framework:${nunit.framework.version}" />
</exec>
<!--