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 b42a3a9 commit c99b919Copy full SHA for c99b919
test/k8s-integration/main.go
@@ -111,6 +111,11 @@ func main() {
111
ensureVariable(kubeVersion, false, "Cannot set a kube version when using a local k8s dir.")
112
ensureVariable(testVersion, false, "Cannot set a test version when using a local k8s dir.")
113
}
114
+
115
+ err := handle()
116
+ if err != nil {
117
+ klog.Fatalf("Failed to run integration test: %v", err)
118
+ }
119
120
121
func handle() error {
0 commit comments