mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
doc: Add missing RUST_BACKTRACE=1
This will print a backtrace when an internal code error happened.
This commit is contained in:
parent
fa10051267
commit
fa770fd368
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ test runner
|
|||
To run all the lint checks in the test runner outside the docker, use:
|
||||
|
||||
```sh
|
||||
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run )
|
||||
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && RUST_BACKTRACE=1 cargo run )
|
||||
```
|
||||
|
||||
#### Dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue