Merge pull request #13699 from carlocab/rust-backtrace
dev-cmd/test: set `RUST_BACKTRACE` when retrying
This commit is contained in:
commit
7872a6e2ba
@ -119,6 +119,7 @@ module Homebrew
|
|||||||
if args.retry? && @test_failed.add?(f)
|
if args.retry? && @test_failed.add?(f)
|
||||||
oh1 "Testing #{f.full_name} (again)"
|
oh1 "Testing #{f.full_name} (again)"
|
||||||
f.clear_cache
|
f.clear_cache
|
||||||
|
ENV["RUST_BACKTRACE"] = "full"
|
||||||
true
|
true
|
||||||
else
|
else
|
||||||
Homebrew.failed = true
|
Homebrew.failed = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user