Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKorcz committed Apr 15, 2022
1 parent 4df2b99 commit 895f7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/base-images/base-builder/compile_native_go_fuzzer
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ abs_file_dir=$(go list $tags -f {{.Dir}} $path)

current_dir=$PWD
cd $abs_file_dir
echo running gotip test -c -tags=$tags
gotip test -c -tags=$tags
echo running gotip test -c $tags
gotip test -c -test.fuzz=$function $tags
mv fuzz.test "${OUT}"/"${function}"
cd $current_dir
unset current_dir

0 comments on commit 895f7d8

Please sign in to comment.