From 7de7a3afad7d8dd928f127e368efbc9ebdb4edf1 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Sun, 11 Nov 2018 07:16:34 -0800 Subject: Add checksum_fuzzer to bad build check exclusions This is due to small number of edges in the fuzz target --- infra/base-images/base-runner/test_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/base-images') 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 -- cgit v1.2.3