Skip to content

Commit 61f238e

Browse files
committed
doc: Fix fuzz test_runner.py path
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.
1 parent 80e6ad9 commit 61f238e

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)