Skip to content

Commit

Permalink
Changed test output path
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Sep 13, 2012
1 parent f69b613 commit 8554778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -261,7 +261,7 @@ def copyOutputFiles(fromDir, filePattern, outDir)
nunit :unit_tests => [:compile] do |nunit|

nunit.command = File.join('lib', 'nunit', 'net-2.0', "nunit-console#{(BUILD_PLATFORM.empty? ? '' : "-#{BUILD_PLATFORM}")}.exe")
nunit.options = "/framework=#{CLR_TOOLS_VERSION}", '/exclude:NotOnTeamCity', '/noshadow', '/nologo', '/labels', "\"/xml=#{File.join(props[:artifacts], 'nunit-test-results.xml')}\""
nunit.options = "/framework=#{CLR_TOOLS_VERSION}", '/exclude:NotOnTeamCity', '/noshadow', '/nologo', '/labels', "\"/xml=#{File.join(props[:artifacts], "nunit-test-results-#{OUTPUT_PATH}.xml")}\""

nunit.assemblies = FileList["tests/MassTransit.Tests.dll", "tests/MassTransit.Containers.Tests.dll"]
end
Expand Down

0 comments on commit 8554778

Please sign in to comment.