Skip to content

Commit

Permalink
Bug 1338533 - Suppress command line output from creating a corpus on-…
Browse files Browse the repository at this point in the history
…the-fly r=franziskus

Differential Revision: https://nss-review.dev.mozaws.net/D201

--HG--
extra : amend_source : 18e4695b80c028d183a5df328f3a81449fdc1c2d
  • Loading branch information
Tim Taubert committed Feb 10, 2017
1 parent 6a956a4 commit db98f6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions automation/taskcluster/scripts/fuzz.sh
Expand Up @@ -15,10 +15,14 @@ fetch_dist
if [ ! -d "nss/fuzz/corpus/$type" ]; then
mkdir -p nss/fuzz/corpus/$type

set +x

# Create a corpus out of what we have.
for f in $(find nss/fuzz/corpus -type f); do
cp $f "nss/fuzz/corpus/$type"
done

set -x
fi

# Fetch objdir name.
Expand Down

0 comments on commit db98f6a

Please sign in to comment.