Skip to content

Commit

Permalink
Make test:package work with go installations which aren't in /usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Aug 26, 2014
1 parent bd1318d commit beeea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace :test do
end

task :package do
sh "sudo GOPATH=#{ENV['GOPATH']} /usr/bin/go test ./package/apt -v"
sh "sudo GOPATH=#{ENV['GOPATH']} /usr/bin/env go test ./package/apt -v"
end
end

Expand Down

0 comments on commit beeea69

Please sign in to comment.