From a68b9cccc38431b1b1c04941cf54c6f11982f3ae Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 9 Oct 2019 06:35:30 -0600 Subject: [PATCH] gating tests: also log environment Signed-off-by: Ed Santiago --- tests/test_podman.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_podman.sh b/tests/test_podman.sh index 47c382f..1f7b3f7 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -10,4 +10,8 @@ echo "Important package versions:" rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort ) | sed -e 's/^/ /' +# Log environment; or at least the useful bits +echo "Environment:" +env | grep -v LS_COLORS= | sort | sed -e 's/^/ /' + bats /usr/share/podman/test/system