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 8027c69 commit 884fb42Copy full SHA for 884fb42
.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 $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