podman/utils
Daniel J Walsh 2c63b8439b
Fix stutters
Podman adds an Error: to every error message.  So starting an error
message with "error" ends up being reported to the user as

Error: error ...

This patch removes the stutter.

Also ioutil.ReadFile errors report the Path, so wrapping the err message
with the path causes a stutter.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-09-10 07:52:00 -04:00
..
testdata Support running podman under a root v2 cgroup 2022-05-21 09:28:52 -05:00
ports.go hack/test/utils: switch to golang native error wrapping 2022-07-05 12:13:33 +02:00
utils.go Fix stutters 2022-09-10 07:52:00 -04:00
utils_freebsd.go utils: Add missing symbols for FreeBSD 2022-08-16 08:10:31 +01:00
utils_supported.go hack/test/utils: switch to golang native error wrapping 2022-07-05 12:13:33 +02:00
utils_test.go Support running podman under a root v2 cgroup 2022-05-21 09:28:52 -05:00
utils_windows.go hack/test/utils: switch to golang native error wrapping 2022-07-05 12:13:33 +02:00