Skip to content

Commit

Permalink
[nss-corpus-update] Ignore tstclnt failure
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-mdauer committed Feb 3, 2025
1 parent 54d04b1 commit 623cb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/nss-corpus-update/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ shuf -n "${NUM_RAND_HOSTS-5000}" top-1m.csv | awk -F"," '{ print $2 }' > hosts.t
# Collect corpus from tstclnt with random domains
cat hosts.txt | xargs -P 5 -I {} bash -c \
"readarray -t arguments < <(python ./nss/fuzz/config/tstclnt_arguments.py) && \
dist/Debug/bin/tstclnt -o -D -Q -b -h {} \${arguments[@]}"
(dist/Debug/bin/tstclnt -o -D -Q -b -h {} \${arguments[@]} || true)"

# Collect corpus from tests
pushd nss/tests
Expand Down

0 comments on commit 623cb63

Please sign in to comment.