Skip to content

Commit

Permalink
Auto merge of #46222 - Zoxc:test-with-backtraces, r=<try>
Browse files Browse the repository at this point in the history
DO NOT MERGE: Enable full backtraces
  • Loading branch information
bors committed Nov 23, 2017
2 parents 0916bbc + 1f1c060 commit 685bdd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ def bootstrap():
args.extend(sys.argv[1:])
env = os.environ.copy()
env["BUILD"] = build.build
env["RUST_BACKTRACE"] = "full"
env["SRC"] = build.rust_root
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
env["BOOTSTRAP_PYTHON"] = sys.executable
Expand Down

0 comments on commit 685bdd4

Please sign in to comment.