From 4f79062b918c36e7c044e6a4263bf14b6c8e3fb8 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 21 Nov 2019 16:58:30 -0700 Subject: [PATCH] gating-test RPM output: include container-selinux Signed-off-by: Ed Santiago --- tests/test_podman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_podman.sh b/tests/test_podman.sh index 1f7b3f7..75bcc53 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -7,7 +7,7 @@ echo "Important package versions:" ( uname -r - rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort + rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd|container-selinux' | sort ) | sed -e 's/^/ /' # Log environment; or at least the useful bits