Run executes ./hack/ginkgo-e2e.sh
(control *process.Control, testArgs []string)
| 826 | |
| 827 | // Run executes ./hack/ginkgo-e2e.sh |
| 828 | func (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 |
| 833 | func toBuildTesterOptions(o *options) *e2e.BuildTesterOptions { |
nothing calls this directly
no test coverage detected