You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/make-rules/test-integration.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ checkEtcdOnPath() {
83
83
kube::log::status "Checking etcd is on PATH"
84
84
which etcd &&return
85
85
kube::log::status "Cannot find etcd, cannot run integration tests."
86
-
kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/testing.md#install-etcd-dependency for instructions."
86
+
kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/integration-tests.md#install-etcd-dependency for instructions."
87
87
kube::log::usage "You can use 'hack/install-etcd.sh' to install a copy in third_party/."
0 commit comments