From e312bb675c6755c97f0241cc6c7a1ff0572e441f Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Mon, 16 May 2016 06:32:38 -0700 Subject: [PATCH] test: fix wait on integration tests Typo was causing failed tests to look like they passed on CI. --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 9f0789e1c..3073097a8 100755 --- a/test +++ b/test @@ -66,7 +66,7 @@ function integration_tests { go test -timeout 10m -v -cpu 1,2,4 $@ ${REPO_PATH}/e2e & e2epid="$!" go test -timeout 15m -v -cpu 1,2,4 $@ ${REPO_PATH}/integration & - intpid="$1" + intpid="$!" wait $e2epid wait $intpid go test -timeout 10m -v ${RACE} -cpu 1,2,4 $@ ${REPO_PATH}/clientv3/integration