aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2018-11-11 07:16:34 -0800
committerGravatar GitHub <noreply@github.com>2018-11-11 07:16:34 -0800
commit7de7a3afad7d8dd928f127e368efbc9ebdb4edf1 (patch)
tree491e2edaf49b0d3f77c2a7076935f366ec520c91 /infra/base-images
parent0db7736b95317549bb79e3bb77e699b01d8e8e3a (diff)
Add checksum_fuzzer to bad build check exclusions
This is due to small number of edges in the fuzz target
Diffstat (limited to 'infra/base-images')
-rwxr-xr-xinfra/base-images/base-runner/test_all2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-runner/test_all b/infra/base-images/base-runner/test_all
index f4265002..c2df8d56 100755
--- a/infra/base-images/base-runner/test_all
+++ b/infra/base-images/base-runner/test_all
@@ -118,7 +118,7 @@ if [ "$BROKEN_TARGETS_PERCENTAGE" -gt "$ALLOWED_BROKEN_TARGETS_PERCENTAGE" ]; th
# TODO: figure out how to not fail the "special" cases handled below. Those
# are from "example" and "c-ares" projects and are too small targets to pass.
- if [ "$(ls $OUT/do_stuff_fuzzer $OUT/ares_*_fuzzer 2>/dev/null | wc -l)" -gt "0" ]; then
+ if [ "$(ls $OUT/do_stuff_fuzzer $OUT/ares_*_fuzzer $OUT/checksum_fuzzer 2>/dev/null | wc -l)" -gt "0" ]; then
exit 0
fi