public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: libselinux: run get_default_context only on Fedoras and RHEL 8.3+
@ 2026-09-11 13:18 Zdenek Pytela
0 siblings, 0 replies; only message in thread
From: Zdenek Pytela @ 2026-09-11 13:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 0541588a0d2259c8f521d35c5f317aba711a2626
Author : Zdenek Pytela <zpytela@redhat.com>
Date : 2020-10-02T12:50:58+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/0541588a0d2259c8f521d35c5f317aba711a2626?branch=pr775-checkpolicy-revdeps
Log:
libselinux: run get_default_context only on Fedoras and RHEL 8.3+
---
diff --git a/libselinux/get_default_context/runtest.sh b/libselinux/get_default_context/runtest.sh
index a6d626b..14c57fe 100755
--- a/libselinux/get_default_context/runtest.sh
+++ b/libselinux/get_default_context/runtest.sh
@@ -40,10 +40,12 @@ rlJournalStart
rlRun "sestatus"
rlPhaseEnd
+ if rlIsRHEL ">=8.3" || rlIsFedora; then
rlPhaseStartTest "#1879368"
rlRun "cat ./reproducer.py"
rlRun "./reproducer.py" 0
rlPhaseEnd
+ fi
rlPhaseStartCleanup
rlPhaseEnd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 13:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:18 [tests/selinux] pr775-checkpolicy-revdeps: libselinux: run get_default_context only on Fedoras and RHEL 8.3+ Zdenek Pytela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox