Skip to content

Commit

Permalink
Supressed NUnit XML output.
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoster committed Mar 7, 2013
1 parent f3e6f41 commit bea805f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion build/Fabrik.SimpleBus.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Target Name="Tests" DependsOnTargets="Compile">
<PropertyGroup>
<NUnitAssemblies>$(TestProjOutputs.Replace(";", " "))</NUnitAssemblies>
<NUnitCommand>$(SolutionDir)\src\packages\NUnit.Runners.2.6.2\tools\nunit-console.exe $(NUnitAssemblies)</NUnitCommand>
<NUnitCommand>$(SolutionDir)\src\packages\NUnit.Runners.2.6.2\tools\nunit-console.exe $(NUnitAssemblies) /noxml</NUnitCommand>
</PropertyGroup>
<Message Importance="high" Text="Running Tests with this command: $(NUnitCommand)"/>
<Exec Command="$(NUnitCommand)" />
Expand Down
34 changes: 0 additions & 34 deletions build/TestResult.xml

This file was deleted.

0 comments on commit bea805f

Please sign in to comment.