MCPcopy
hub / github.com/kubernetes/test-infra / Run

Method Run

kubetest/e2e.go:828–830  ·  view source on GitHub ↗

Run executes ./hack/ginkgo-e2e.sh

(control *process.Control, testArgs []string)

Source from the content-addressed store, hash-verified

826
827// Run executes ./hack/ginkgo-e2e.sh
828func (t *GinkgoScriptTester) Run(control *process.Control, testArgs []string) error {
829 return control.FinishRunning(exec.Command("./hack/ginkgo-e2e.sh", testArgs...))
830}
831
832// toBuildTesterOptions builds the BuildTesterOptions data structure for passing to BuildTester
833func toBuildTesterOptions(o *options) *e2e.BuildTesterOptions {

Callers

nothing calls this directly

Calls 1

FinishRunningMethod · 0.80

Tested by

no test coverage detected