Skip to content

Commit

Permalink
build: see all output FIXME remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Apr 12, 2024
1 parent 3551b73 commit cefc392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (tc *testCLI) run(method string, subcommand string, args ...string) {

func (tc *testCLI) output(method string, subcommand string, args ...string) (out []byte) {
tc.Helper()
out, err := tc.command(method, subcommand, args...).Output()
out, err := tc.command(method, subcommand, args...).CombinedOutput()
if _, ok := err.(*exec.Error); ok {
tc.Skip("aws cli not found on $PATH")
}
Expand Down

0 comments on commit cefc392

Please sign in to comment.