Skip to content

Commit

Permalink
Update .evergreen/run-fuzz.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
  • Loading branch information
prestonvasquez and blink1073 committed Sep 17, 2024
1 parent 36d6cb5 commit b7c4223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ -d $PROJECT_DIRECTORY/fuzz ]; then
echo "Tarring up fuzz directory"

cd $PROJECT_DIRECTORY
tar -cfz fuzz.tgz ./fuzz
tar cfz fuzz.tgz ./fuzz

# Exit with code 1 to indicate that errors occurred in fuzz tests, resulting in corpus files being generated.
# This will trigger a notification to be sent to the Go Driver team.
Expand Down

0 comments on commit b7c4223

Please sign in to comment.