Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #101 from anguslees/breakfix
Browse files Browse the repository at this point in the history
fix integration tests
  • Loading branch information
anguslees authored Sep 1, 2017
2 parents d6237bf + 57a195b commit 2f33558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/integration_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func runKubecfgWith(flags []string, input []runtime.Object) error {

args := []string{}
args = append(args, flags...)
args = append(args, "-f")
args = append(args, fname)

fmt.Fprintf(GinkgoWriter, "Running %q %q\n", *kubecfgBin, args)
Expand Down

0 comments on commit 2f33558

Please sign in to comment.