Allow overriding etcd version in tests
... so that we can try multiple etcd versions more easily. Change-Id: I254186c052590af804931ab2e37f6a11129f06b6 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
if [ -z "$(which etcd)" ]; then
|
||||
ETCD_VERSION=3.4.27
|
||||
ETCD_VERSION=${ETCD_VERSION:-3.4.27}
|
||||
case `uname -s` in
|
||||
Darwin)
|
||||
OS=darwin
|
||||
|
Reference in New Issue
Block a user