lib/physique/task_builders/test.rb in physique-0.3.10 vs lib/physique/task_builders/test.rb in physique-0.4.0

- old
+ new

@@ -63,16 +63,16 @@ package_dir = solution.nuget.restore_location defaults = { nunit: { files: FileList["**/*.Tests/bin/#{configuration}/*.Tests.dll"], - exe: "#{package_dir}/NUnit.Runners.*/tools/nunit-console.exe", - parameters: %w(/labels /trace=Verbose)}, + exe: "#{package_dir}/NUnit.Runners*/tools/nunit-console.exe", + parameters: %w(-labels -trace=Verbose)}, nspec: { files: FileList["**/*.Specs/bin/#{configuration}/*.Specs.dll"], - exe: "#{package_dir}/nspec.*/tools/NSpecRunner.exe", + exe: "#{package_dir}/nspec*/tools/NSpecRunner.exe", parameters: []}} defaults[options.runner] end end -end \ No newline at end of file +end