Skip to content

Commit ba2fb4f

Browse files
committed
Always run tests with RUST_BACKTRACE=1
1 parent 005fd43 commit ba2fb4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tools/run-bindgen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def parse_args():
7070
def make_bindgen_env():
7171
"""Build the environment to run bindgen in."""
7272
env = os.environ.copy()
73+
env["RUST_BACKTRACE"] = "1"
7374

7475
# El Capitan likes to unset dyld variables
7576
# https://forums.developer.apple.com/thread/9233

0 commit comments

Comments
 (0)