commit | e6a5253f1262acce5d8156867ffddc276a706c3d | [log] [tgz] |
---|---|---|
author | Yury Khmel <khmel@google.com> | Tue Jul 14 23:44:46 2020 -0700 |
committer | Yury Khmel <khmel@google.com> | Thu Nov 19 17:51:36 2020 +0000 |
tree | 1a1b596c596b863114847158070ce5035e1f16c4 | |
parent | d0099b0ce15cf41797006e6ee5d2f1c9e810e0a9 [diff] |
Fix presubmit for hidden api. grep returns 1 for if nothing was found. This fails presubmit hook due to bash handling "set -e" Looks like grep not found is valid case. This fixes this issue by bypassing grep exit code. Test: Locally Bug: 161351699 Change-Id: I39e926a348a0fb8f4040f86034affdb4204faac5