aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2019-05-28 09:09:33 -0700
committerGravatar GitHub <noreply@github.com>2019-05-28 09:09:33 -0700
commit4d3073292ae43d99b1bd34b58e45021cb83760ae (patch)
tree8c608ca197e6d900eaeefcbbacd53d1e8f23b44a /infra/base-images
parent56259f98d91b014ae9ccba854cf1228db2d656d9 (diff)
Update test_all
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 eea31111..1c5b81f5 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 $OUT/checksum_fuzzer $OUT/xmltest 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 2>/dev/null | wc -l)" -gt "0" ]; then
exit 0
fi