From a9fafe84139658fe06ee90c6f78daa6a76582e3a Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Fri, 19 Jan 2024 08:17:33 -0300 Subject: [PATCH] fix lint checks instruction --- testing.adoc | 2 +- tests-overview.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing.adoc b/testing.adoc index 6922ed6..310137c 100644 --- a/testing.adoc +++ b/testing.adoc @@ -24,7 +24,7 @@ Or you can run all checks with: [source,bash] ---- -python test/lint/all-lint.py +cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run ---- NOTE: Previously these checks were shell scripts (`*.sh`), but they have now been migrated to python on master. diff --git a/tests-overview.adoc b/tests-overview.adoc index f5f84c3..1b0ea01 100644 --- a/tests-overview.adoc +++ b/tests-overview.adoc @@ -16,7 +16,7 @@ |`test/functional/test_runner.py` |lint checks -|`test/lint/all-lint.py` +|See the https://github.com/bitcoin/bitcoin/blob/master/test/lint/README.md#running-locally[documentation^] |fuzz |See the https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md[documentation^]