automation-tests/cmd/podman/utils
Daniel J Walsh 7680211ede
Remove error stutter
When podman gets an error it prints out "Error: " before
printing the error string.  If the error message starts with
error, we end up with

Error: error ...

This PR Removes all of these stutters.

logrus.Error() also prints out that this is an error, so no need for the
error stutter.

[NO NEW TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-03-25 21:47:04 -04:00
..
alias.go Add no-trunc support to podman-events 2021-09-16 09:41:29 -04:00
error.go Remove error stutter 2022-03-25 21:47:04 -04:00
signals_linux.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
signals_windows.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
utils.go bump go module to version 4 2022-01-18 12:47:07 +01:00