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 c80be19 commit fd8cdbdCopy full SHA for fd8cdbd
.evergreen/run-fuzz.sh
@@ -63,7 +63,9 @@ done
63
# If the fuzz directory exists, then tar it up in preparation to upload to S3.
64
if [ -d $PROJECT_DIRECTORY/fuzz ]; then
65
echo "Tarring up fuzz directory"
66
- tar -czf $PROJECT_DIRECTORY/fuzz.tgz --absolute-names $PROJECT_DIRECTORY/fuzz
+
67
+ cd $PROJECT_DIRECTORY
68
+ tar -cfz fuzz.tgz ./fuzz
69
70
# Exit with code 1 to indicate that errors occurred in fuzz tests, resulting in corpus files being generated.
71
# This will trigger a notification to be sent to the Go Driver team.
0 commit comments