Stop hiding exceptions completely in brew test
This commit is contained in:
parent
2122620d71
commit
2afad083ee
@ -53,8 +53,9 @@ module Homebrew extend self
|
|||||||
rescue FailedAssertion => e
|
rescue FailedAssertion => e
|
||||||
ofail "#{f.name}: failed"
|
ofail "#{f.name}: failed"
|
||||||
puts e.message
|
puts e.message
|
||||||
rescue Exception
|
rescue Exception => e
|
||||||
ofail "#{f.name}: failed"
|
ofail "#{f.name}: failed"
|
||||||
|
puts e, e.backtrace
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user