aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2019-10-11 07:24:06 -0700
committerGravatar GitHub <noreply@github.com>2019-10-11 07:24:06 -0700
commit45574e0197d56398a75df1d683da5cb612f657af (patch)
tree09145767dbabeb6fa065bae77694d85e529300a4 /infra/base-images
parent4b6cf85eb34e583c02e7f9c7f4bd5ff82a11409d (diff)
Skip jsoncpp_fuzzer bad build check to let startup crash file. (#2941)
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 2e49b75e..6facfd91 100755
--- a/infra/base-images/base-runner/test_all
+++ b/infra/base-images/base-runner/test_all
@@ -119,7 +119,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 $OUT/checksum_fuzzer $OUT/xmltest $OUT/fuzz_compression_sas_rle 2>/dev/null | wc -l)" -gt "0" ]; then
+ if [ "$(ls $OUT/do_stuff_fuzzer $OUT/ares_*_fuzzer $OUT/checksum_fuzzer $OUT/xmltest $OUT/fuzz_compression_sas_rle $OUT/jsoncpp_fuzzer 2>/dev/null | wc -l)" -gt "0" ]; then
exit 0
fi