From 76539cee57211d9a04a6044c7fe11dbfd0327bc4 Mon Sep 17 00:00:00 2001 From: Hitoshi Mitake Date: Mon, 3 Aug 2020 00:13:47 +0900 Subject: [PATCH] test: avoid non existing package for integration test --- test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test b/test index cca1e9cc9..bccdc941a 100755 --- a/test +++ b/test @@ -179,8 +179,7 @@ function integration_pass { INTEGTESTPKG=("${REPO_PATH}/integration" "${REPO_PATH}/client/integration" "${REPO_PATH}/clientv3/integration" - "${REPO_PATH}/contrib/raftexample" - "${REPO_PATH}/store") + "${REPO_PATH}/contrib/raftexample") else INTEGTESTPKG=("${TEST[@]}") fi