Skip to content

Commit

Permalink
add external tests
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Dec 13, 2024
1 parent ac65e60 commit aa00896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/upgrade/previously_built_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func kubectl(t *testing.T, args ...string) (string, string, error) {
}

func zarf(t *testing.T, args ...string) (string, string, error) {
args = append(args, "--log-format=console", "--no-color")
zarfBinPath := path.Join("../../../build", test.GetCLIName())
return exec.CmdWithTesting(t, exec.PrintCfg(), zarfBinPath, args...)
}
Expand Down

0 comments on commit aa00896

Please sign in to comment.