We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab5016 commit 84757fbCopy full SHA for 84757fb
.evergreen/run-fuzz.sh
@@ -64,5 +64,9 @@ done
64
if [ -d $PROJECT_DIRECTORY/fuzz ]; then
65
echo "Tarring up fuzz directory"
66
tar -czf $PROJECT_DIRECTORY/fuzz.tgz $PROJECT_DIRECTORY/fuzz
67
+
68
+ # Exit with code 1 to indicate that errors occurred in fuzz tests, resulting in corpus files being generated.
69
+ # This will trigger a notification to be sent to the Go Driver team.
70
+ exit 1
71
fi
72
0 commit comments