Skip to content

Commit a9fafe8

Browse files
brunoergwillcl-ark
authored andcommitted
fix lint checks instruction
1 parent ef41193 commit a9fafe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or you can run all checks with:
2424

2525
[source,bash]
2626
----
27-
python test/lint/all-lint.py
27+
cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run
2828
----
2929

3030
NOTE: Previously these checks were shell scripts (`*.sh`), but they have now been migrated to python on master.

tests-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
|`test/functional/test_runner.py`
1717

1818
|lint checks
19-
|`test/lint/all-lint.py`
19+
|See the https://github.com/bitcoin/bitcoin/blob/master/test/lint/README.md#running-locally[documentation^]
2020

2121
|fuzz
2222
|See the https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md[documentation^]

0 commit comments

Comments
 (0)