Skip to content

Commit 685bdd4

Browse files
committed
Auto merge of #46222 - Zoxc:test-with-backtraces, r=<try>
DO NOT MERGE: Enable full backtraces
2 parents 0916bbc + 1f1c060 commit 685bdd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/bootstrap.py

+1
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ def bootstrap():
743743
args.extend(sys.argv[1:])
744744
env = os.environ.copy()
745745
env["BUILD"] = build.build
746+
env["RUST_BACKTRACE"] = "full"
746747
env["SRC"] = build.rust_root
747748
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
748749
env["BOOTSTRAP_PYTHON"] = sys.executable

0 commit comments

Comments
 (0)