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 b0caeba commit c80be19Copy full SHA for c80be19
.evergreen/run-fuzz.sh
@@ -63,7 +63,7 @@ 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 $PROJECT_DIRECTORY/fuzz
+ tar -czf $PROJECT_DIRECTORY/fuzz.tgz --absolute-names $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.
0 commit comments