aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
diff options
context:
space:
mode:
authorGravatar Bill Feng <yfen@google.com>2018-08-28 10:31:43 -0700
committerGravatar Bill Feng <yfen@google.com>2018-08-28 10:31:43 -0700
commit25d570c39c166f3dd6139f45779a15f725db5c4f (patch)
tree836ac72b8543291be48a0d48461cd979f9f3b8ce /test/core/end2end
parent4dbec8b23c181826e4371a9f4009255876a0e0fd (diff)
flipped logic to enable pollers
Diffstat (limited to 'test/core/end2end')
-rwxr-xr-xtest/core/end2end/end2end_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/end2end_test.sh b/test/core/end2end/end2end_test.sh
index 5bfb253090..6b23d848be 100755
--- a/test/core/end2end/end2end_test.sh
+++ b/test/core/end2end/end2end_test.sh
@@ -15,7 +15,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-if [ -z "$3" ]
+if [ -n "$3" ]
then
export GRPC_POLL_STRATEGY=$3
fi