SPRNET-1472 fixing quotes missing from targetargs passed to opencover command-line

This commit is contained in:
Steve Bohlen
2011-11-04 08:43:49 -04:00
parent 6084b5d119
commit 6f4ffb9ade

View File

@@ -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:&quot;${spring.tests.nunit.filename} /xml:Spring.Tests-TestResults.xml /noshadow /nologo /framework:${nant.settings.currentframework}&quot;" />
<arg value="-filter:&quot;+[Spring*]* -[*Tests*]*&quot;" />
<arg value="-output:${test.bin.dir}/Spring.Tests-TestCoverage.xml" />
</exec>