From 1f1c0606e1715ed57d27e3e41969787d54cfa58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20K=C3=A5re=20Alsaker?= Date: Thu, 23 Nov 2017 21:20:54 +0100 Subject: [PATCH] Enable full backtraces --- src/bootstrap/bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 707aceebb1eda..3a149dfdb7aec 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -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