Skip to content

Commit 49bb7be

Browse files
authored
Merge pull request #327 from hantaowang/fix-integration-test
bring back the handle call
2 parents b42a3a9 + c99b919 commit 49bb7be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/k8s-integration/main.go

+5
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ func main() {
111111
ensureVariable(kubeVersion, false, "Cannot set a kube version when using a local k8s dir.")
112112
ensureVariable(testVersion, false, "Cannot set a test version when using a local k8s dir.")
113113
}
114+
115+
err := handle()
116+
if err != nil {
117+
klog.Fatalf("Failed to run integration test: %v", err)
118+
}
114119
}
115120

116121
func handle() error {

0 commit comments

Comments
 (0)