We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605c952 commit 9225c92Copy full SHA for 9225c92
test/integration.sh
@@ -18,14 +18,9 @@ set -o errexit
18
set -o nounset
19
set -o pipefail
20
21
-# this script resides in the `test/` folder at the root of the project
22
-KUBE_ROOT=$(realpath $(dirname "${BASH_SOURCE}")/../pkg/kubernetes)
23
-source "${KUBE_ROOT}/hack/lib/init.sh"
24
GOROOT=$(go env GOROOT)
25
26
runTests() {
27
- # kube::etcd::start
28
-
29
if [[ -w ${GOROOT}/pkg ]]; then
30
FLAGS="-i"
31
elif [[ -n ${PKGDIR:-} ]]; then
@@ -38,8 +33,5 @@ runTests() {
38
33
&& ./integration.test -test.v $@
39
34
}
40
35
41
-# Run cleanup to stop etcd on interrupt or other kill signal.
42
-# trap kube::etcd::cleanup EXIT
43
44
36
runTests $@
45
37
0 commit comments