Skip to content
Snippets Groups Projects
Commit b24ef38b authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

show formula version in failed build output

parent a2a75aca
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ class BuildError < Homebrew::InstallationError
ohai "ENV"
Homebrew.dump_build_env(env)
puts
onoe "#{formula.name} did not build"
onoe "#{formula.name} #{formula.version} did not build"
unless (logs = Dir["#{HOMEBREW_LOGS}/#{formula}/*"]).empty?
puts "Logs:"
puts logs.map{|fn| " #{fn}"}.join("\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment