[fixit] Make the sampling fuzzer always pass for now (#30718)

* [fixit] Make the sampling fuzzer always pass for now

* Update sample_fuzzers.sh
pull/30719/head
Craig Tiller 2 years ago committed by GitHub
parent 666ea7cd21
commit ca7c17c8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tools/fuzzing/sample_fuzzers.sh

@ -15,5 +15,8 @@
dir=$(dirname "${0}")
cd "${dir}/../.."
# TODO(ctiller): this always reports success (the `|| true` below).
# this is because we're still building this out, and that detail should
# be corrected before we turn this live.
tools/bazel test `tools/bazel query "attr(tags, '\\bgrpc-fuzzer\\b', //test/...)"` \
-c dbg --config fuzzer_asan --test_output=errors
-c dbg --config fuzzer_asan --test_output=errors || true

Loading…
Cancel
Save