commit | ecdd9147cfc15ff57a0005f86cf70b2754fe053c | [log] [tgz] |
---|---|---|
author | Mehrdad Afshari <mmx@google.com> | Wed Feb 07 11:46:44 2018 -0800 |
committer | Mehrdad Afshari <mmx@google.com> | Wed Feb 07 11:46:44 2018 -0800 |
tree | 043f7597678b91b03ef856d4768262312a38a4c1 | |
parent | a6ac5b3ddcae2fa5ec619dcd0acc28f1f7462839 [diff] |
Fix run_with_poller.sh to pass shellcheck
diff --git a/test/core/util/run_with_poller.sh b/test/core/util/run_with_poller.sh index 0579145..382a63e 100755 --- a/test/core/util/run_with_poller.sh +++ b/test/core/util/run_with_poller.sh
@@ -16,4 +16,4 @@ set -ex export GRPC_POLL_STRATEGY=$1 shift -$@ +"$@"