Skip to content

Commit

Permalink
Update rakefile with the new path to Gallio.Echo.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
nielshanberg authored and agross committed Aug 3, 2012
1 parent 5b0da29 commit 3970ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -174,7 +174,7 @@ def build (msbuild_options, config)

task :run do
puts 'Running Gallio tests...'
sh "Tools/Gallio/v3.3.454/Gallio.Echo.exe", "#{configatron.out_dir}/Tests/Gallio/Machine.Specifications.GallioAdapter.Tests.dll", "/plugin-directory:#{configatron.out_dir}", "/r:Local"
sh "Tools/Gallio/bin/Gallio.Echo.exe", "#{configatron.out_dir}/Tests/Gallio/Machine.Specifications.GallioAdapter.Tests.dll", "/plugin-directory:#{configatron.out_dir}", "/r:Local"
end
end

Expand Down

0 comments on commit 3970ef9

Please sign in to comment.