Skip to content

Commit

Permalink
fuzzing: updated build-fuzz.sh help echo dir
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun <pkillarjun@protonmail.com>
  • Loading branch information
pkillarjun committed Jun 24, 2024
1 parent 450b9f6 commit c6270fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/build-fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ mkdir -p build/fuzz_http_h1p_peer_seed
mkdir -p build/fuzz_json_seed

echo ""
echo "Run: ./build/\${fuzzer} build/\${fuzzer}_seed src/fuzz/\${fuzzer}_seed_corpus"
echo "Run: ./build/\${fuzzer} build/\${fuzzer}_seed fuzzing/\${fuzzer}_seed_corpus"
echo ""

0 comments on commit c6270fe

Please sign in to comment.