buildah/chroot
Daniel J Walsh 8d5d763213
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

[NO NEW TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-09-19 07:11:44 -04:00
..
pty_posix.go chroot: Add FreeBSD support for run with chroot isolation 2022-09-01 13:50:47 +01:00
pty_ptmx.go Fix stutters 2022-09-19 07:11:44 -04:00
pty_unsupported.go chroot: Fix cross build break 2022-09-01 13:50:48 +01:00
run_common.go Fix stutters 2022-09-19 07:11:44 -04:00
run_freebsd.go Fix stutters 2022-09-19 07:11:44 -04:00
run_linux.go Fix stutters 2022-09-19 07:11:44 -04:00
run_test.go test: use `T.TempDir` to create temporary test directory 2022-08-20 21:13:27 +08:00
seccomp.go Fix stutters 2022-09-19 07:11:44 -04:00
seccomp_freebsd.go chroot: Fix cross build break 2022-09-01 13:50:48 +01:00
seccomp_unsupported.go chroot: Fix runUsingChrootExecMain on FreeBSD 2022-09-01 13:50:47 +01:00
selinux.go Fix stutters 2022-09-19 07:11:44 -04:00
selinux_unsupported.go chroot: Fix runUsingChrootExecMain on FreeBSD 2022-09-01 13:50:47 +01:00
unsupported.go chroot: Add FreeBSD support for run with chroot isolation 2022-09-01 13:50:47 +01:00