From 61f238e84ac6d24d8f420c2eabcbb2980d7fcb1e Mon Sep 17 00:00:00 2001 From: monlovesmango Date: Fri, 25 Apr 2025 16:19:28 +0000 Subject: [PATCH] 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. --- doc/fuzzing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fuzzing.md b/doc/fuzzing.md index 10a4756cb16..45f727a1398 100644 --- a/doc/fuzzing.md +++ b/doc/fuzzing.md @@ -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