Make error more verbose
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/15834/head
parent
4df0bb2ace
commit
5d7e5846ec
|
@ -156,7 +156,7 @@ func validateNoSecondTunnel(ctx context.Context, t *testing.T, profile string) {
|
|||
exitCodeCh <- exErr.ExitCode()
|
||||
} else if err != nil {
|
||||
exitCodeCh <- -1
|
||||
t.Errorf("tunnel command failed due to a different reason: %s", err)
|
||||
t.Errorf("tunnel command failed with unexpected error: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue