fuzzing: fix broken OSS-Fuzz build
Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
parent
d72721e2b9
commit
584136662c
|
@ -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
|
||||
'
|
||||
|
|
Loading…
Reference in New Issue