mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: avoid non existing package for integration test
This commit is contained in:
parent
1af6d61a1c
commit
76539cee57
3
test
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user