We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b564a commit f926b5dCopy full SHA for f926b5d
test/podman-tests.sh
@@ -22,11 +22,14 @@ export PODMAN_BINARY=/usr/bin/podman
22
# we want to install, especially when podman-next copr is involved
23
rm -f /etc/yum.repos.d/tag-repository.repo
24
25
-for pkg in container-selinux crun golang podman podman-tests selinux-policy; do
+# 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
28
if ! rpm -q "$pkg"; then
29
continue
30
fi
31
done
32
+set -x
33
34
fetch_selinux_denials() {
35
echo "Fetching AVC denials..."
0 commit comments