Skip to content

Commit 1ac241a

Browse files
author
Hantao (Will) Wang
committed
bring back the handle call
1 parent 955cb65 commit 1ac241a

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
@@ -109,6 +109,11 @@ func main() {
109109
ensureVariable(kubeVersion, false, "Cannot set a kube version when using a local k8s dir.")
110110
ensureVariable(testVersion, false, "Cannot set a test version when using a local k8s dir.")
111111
}
112+
113+
err := handle()
114+
if err != nil {
115+
glog.Fatalf("Failed to run integration test: %v", err)
116+
}
112117
}
113118

114119
func handle() error {

0 commit comments

Comments
 (0)