mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
Merge bitcoin/bitcoin#32353: doc: Fix fuzz test_runner.py path
61f238e84a
doc: Fix fuzz test_runner.py path (monlovesmango) Pull request description: This commit fixes the path listed in the documentation for the fuzz testing test_runner.py. Previously the --help option worked but running fuzz tests from the documented path did not. ACKs for top commit: kevkevinpal: ACK [61f238e
](61f238e84a
) maflcko: lgtm ACK61f238e84a
mabu44: Tested ACK61f238e84a
hebasto: ACK61f238e84a
. Tree-SHA512: e8770f38e49a428e0e7f0450db193ec90cc1e66c05bcde307763c065ac7051f3f05923bb3e0eca7a337da9c14cfd17512ff0d01ffa330796159d4f3552103b7f
This commit is contained in:
commit
d62c2d82e1
@ -19,7 +19,7 @@ One can use `--preset=libfuzzer-nosan` to do the same without common sanitizers
|
||||
See [further](#run-without-sanitizers-for-increased-throughput) for more information.
|
||||
|
||||
There is also a runner script to execute all fuzz targets. Refer to
|
||||
`./test/fuzz/test_runner.py --help` for more details.
|
||||
`./build_fuzz/test/fuzz/test_runner.py --help` for more details.
|
||||
|
||||
## Overview of Bitcoin Core fuzzing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user