(output string, err error)
| 143 | }) |
| 144 | |
| 145 | func warn(output string, err error) { |
| 146 | if err != nil { |
| 147 | fmt.Fprintf(GinkgoWriter, "warning: %s\n%s", err, output) |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | func runPackageManifests(tc *testutils.TestContext, args ...string) error { |
| 152 | allArgs := []string{"run", "packagemanifests", "--timeout", "6m", "--namespace", tc.Kubectl.Namespace} |