Merge pull request #398 from AdamKorcz/fuzzing

fuzzing: fix broken OSS-Fuzz build
This commit is contained in:
Hasan Turken 2023-03-17 16:10:56 +03:00 committed by GitHub
commit dae68b74df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,5 @@ grep --line-buffered --include '*_test_fuzz.go' -Pr 'func Fuzz.*\(.* \*testing\.
file="$(echo "{}" | cut -d: -f1)"
folder="$(dirname $file)"
func="Fuzz$(echo "{}" | cut -d: -f2)"
compile_native_go_fuzzer github.com/crossplane-runtime/$folder $func $func
compile_native_go_fuzzer github.com/crossplane/crossplane-runtime/$folder $func $func
'