We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef41193 commit a9fafe8Copy full SHA for a9fafe8
testing.adoc
@@ -24,7 +24,7 @@ Or you can run all checks with:
24
25
[source,bash]
26
----
27
-python test/lint/all-lint.py
+cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run
28
29
30
NOTE: Previously these checks were shell scripts (`*.sh`), but they have now been migrated to python on master.
tests-overview.adoc
@@ -16,7 +16,7 @@
16
|`test/functional/test_runner.py`
17
18
|lint checks
19
-|`test/lint/all-lint.py`
+|See the https://github.com/bitcoin/bitcoin/blob/master/test/lint/README.md#running-locally[documentation^]
20
21
|fuzz
22
|See the https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md[documentation^]
0 commit comments