Skip to content

Commit d62c2d8

Browse files
committed
Merge bitcoin/bitcoin#32353: doc: Fix fuzz test_runner.py path
61f238e 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](bitcoin/bitcoin@61f238e) maflcko: lgtm ACK 61f238e mabu44: Tested ACK 61f238e hebasto: ACK 61f238e. Tree-SHA512: e8770f38e49a428e0e7f0450db193ec90cc1e66c05bcde307763c065ac7051f3f05923bb3e0eca7a337da9c14cfd17512ff0d01ffa330796159d4f3552103b7f
2 parents d2ac748 + 61f238e commit d62c2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fuzzing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ One can use `--preset=libfuzzer-nosan` to do the same without common sanitizers
1919
See [further](#run-without-sanitizers-for-increased-throughput) for more information.
2020

2121
There is also a runner script to execute all fuzz targets. Refer to
22-
`./test/fuzz/test_runner.py --help` for more details.
22+
`./build_fuzz/test/fuzz/test_runner.py --help` for more details.
2323

2424
## Overview of Bitcoin Core fuzzing
2525

0 commit comments

Comments
 (0)