Skip to content

Commit f926b5d

Browse files
committed
TMT: fetch criu rpm info
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 23b564a commit f926b5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/podman-tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ export PODMAN_BINARY=/usr/bin/podman
2222
# we want to install, especially when podman-next copr is involved
2323
rm -f /etc/yum.repos.d/tag-repository.repo
2424

25-
for pkg in container-selinux crun golang podman podman-tests selinux-policy; do
25+
# Disable tracing mode for cleaner rpm -q output
26+
set +x
27+
for pkg in container-selinux criu crun golang podman podman-tests selinux-policy; do
2628
if ! rpm -q "$pkg"; then
2729
continue
2830
fi
2931
done
32+
set -x
3033

3134
fetch_selinux_denials() {
3235
echo "Fetching AVC denials..."

0 commit comments

Comments
 (0)