We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d9724 commit 4ff047bCopy full SHA for 4ff047b
test/k8s-integration/main.go
@@ -109,6 +109,11 @@ func main() {
109
ensureVariable(kubeVersion, false, "Cannot set a kube version when using a local k8s dir.")
110
ensureVariable(testVersion, false, "Cannot set a test version when using a local k8s dir.")
111
}
112
+
113
+ err := handle()
114
+ if err != nil {
115
+ glog.Fatalf("Failed to run integration test: %v", err)
116
+ }
117
118
119
func handle() error {
0 commit comments