Skip to content

Commit

Permalink
Fix fuzzer paths (#17380)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirkjan Bussink <[email protected]>
  • Loading branch information
dbussink authored Dec 12, 2024
1 parent a0b85af commit 44aa9d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/test/fuzzing/oss_fuzz_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ mv api_marshal_fuzzer.go $SRC/vitess/go/test/fuzzing/
compile_go_fuzzer vitess.io/vitess/go/test/fuzzing FuzzAPIMarshal api_marshal_fuzzer

# collation fuzzer
mv ./go/mysql/collations/uca_test.go \
./go/mysql/collations/uca_test_fuzz.go
mv ./go/mysql/collations/colldata/uca_test.go \
./go/mysql/collations/colldata/uca_test_fuzz.go

compile_go_fuzzer vitess.io/vitess/go/mysql/collations FuzzCollations fuzz_collations
compile_go_fuzzer vitess.io/vitess/go/mysql/collations/colldata FuzzCollations fuzz_collations


compile_go_fuzzer vitess.io/vitess/go/vt/vtgate/planbuilder FuzzTestBuilder fuzz_test_builder gofuzz
Expand Down

0 comments on commit 44aa9d7

Please sign in to comment.