SPRNET-1472 fixing quotes missing from targetargs passed to opencover command-line
This commit is contained in:
@@ -386,7 +386,7 @@ ${tool.dir} : dir for tools
|
||||
<arg value="-register:user" />
|
||||
<arg value="-mergebyhash" />
|
||||
<arg value="-target:${tool.dir}/nunit/net-2.0/nunit-console-x86.exe" />
|
||||
<arg value="-targetargs:${spring.tests.nunit.filename} /xml:Spring.Tests-TestResults.xml /noshadow /nologo /framework:${nant.settings.currentframework}" />
|
||||
<arg value="-targetargs:"${spring.tests.nunit.filename} /xml:Spring.Tests-TestResults.xml /noshadow /nologo /framework:${nant.settings.currentframework}"" />
|
||||
<arg value="-filter:"+[Spring*]* -[*Tests*]*"" />
|
||||
<arg value="-output:${test.bin.dir}/Spring.Tests-TestCoverage.xml" />
|
||||
</exec>
|
||||
|
||||
Reference in New Issue
Block a user