Skip to content

Commit 2852fc4

Browse files
committed
cfl: suppress output in a corpus compression
1 parent 20dea4e commit 2852fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clusterfuzzlite/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ do
7979

8080
dict_path="corpus/$name.dict"
8181
if [ -e "$dict_path" ]; then
82-
zip -urj $OUT/"$name"_seed_corpus.zip $dict_path
82+
zip -urj --quiet $OUT/"$name"_seed_corpus.zip "$dict_path"
8383
fi
8484

8585
options_path="corpus/$name.options"
8686
if [ -e "$options_path" ]; then
87-
zip -urj $OUT/"$name"_seed_corpus.zip $options_path
87+
zip -urj --quiet $OUT/"$name"_seed_corpus.zip "$options_path"
8888
fi
8989
done

0 commit comments

Comments
 (0)