aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-02-09 10:31:40 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-02-20 15:02:15 +0100
commitfa770fd368e32950dd727e111a5d66e1dbb93716 (patch)
treee0ff0ea9cbfa9571005a8271b47ad431075a8ae8 /test/lint
parentfa100512677587b4e84a8be2235cf6d49b6a0134 (diff)
downloadbitcoin-fa770fd368e32950dd727e111a5d66e1dbb93716.tar.xz
doc: Add missing RUST_BACKTRACE=1
This will print a backtrace when an internal code error happened.
Diffstat (limited to 'test/lint')
-rw-r--r--test/lint/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/README.md b/test/lint/README.md
index 1fba41d9ea..1bfcb75327 100644
--- a/test/lint/README.md
+++ b/test/lint/README.md
@@ -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