mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-07 19:48:58 +02: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
@ -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…
x
Reference in New Issue
Block a user