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.

Github-Pull: #32353
Rebased-From: 61f238e84a
This commit is contained in:
monlovesmango 2025-04-25 16:19:28 +00:00 committed by fanquake
parent 9443c0c0b4
commit 7579b0174b
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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