From e3f4b43614dffe659e00ac28719a53c7bd946e72 Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Wed, 1 Feb 2017 17:22:58 -0800 Subject: [PATCH] test: clientv3 integration tests with proxy --- test | 1 + 1 file changed, 1 insertion(+) diff --git a/test b/test index 376b2fa6d..134258e57 100755 --- a/test +++ b/test @@ -134,6 +134,7 @@ function integration_e2e_pass { function grpcproxy_pass { go test -timeout 15m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/integration + go test -timeout 15m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/clientv3/integration } function release_pass {