Skip to content

Commit

Permalink
Revert "SPRNET-1472 fixing quotes missing from targetargs passed to o…
Browse files Browse the repository at this point in the history
…pencover command-line"

This reverts commit 6f4ffb9.
  • Loading branch information
sbohlen committed Nov 4, 2011
1 parent 87aa128 commit 1d2c891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-project.include
Expand Up @@ -386,7 +386,7 @@ ${tool.dir} : dir for tools
<arg value="-register:user" /> <arg value="-register:user" />
<arg value="-mergebyhash" /> <arg value="-mergebyhash" />
<arg value="-target:${tool.dir}/nunit/net-2.0/nunit-console-x86.exe" /> <arg value="-target:${tool.dir}/nunit/net-2.0/nunit-console-x86.exe" />
<arg value="-targetargs:&quot;${spring.tests.nunit.filename} /xml:Spring.Tests-TestResults.xml /noshadow /nologo /framework:${nant.settings.currentframework}&quot;" /> <arg value="-targetargs:${spring.tests.nunit.filename} /xml:Spring.Tests-TestResults.xml /noshadow /nologo /framework:${nant.settings.currentframework}" />
<arg value="-filter:&quot;+[Spring*]* -[*Tests*]*&quot;" /> <arg value="-filter:&quot;+[Spring*]* -[*Tests*]*&quot;" />
<arg value="-output:${test.bin.dir}/Spring.Tests-TestCoverage.xml" /> <arg value="-output:${test.bin.dir}/Spring.Tests-TestCoverage.xml" />
</exec> </exec>
Expand Down

0 comments on commit 1d2c891

Please sign in to comment.