packit: Run tests on CentOS 9 stream
This commit is contained in:
parent
3536eafd5a
commit
c04d951964
2 changed files with 3 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ mv .git dot-git
|
|||
export TEST_OS="${ID}-${VERSION_ID/./-}"
|
||||
export TEST_AUDIT_NO_SELINUX=1
|
||||
|
||||
if [ "$TEST_OS" = "centos-8" ]; then
|
||||
TEST_OS=centos-8-stream
|
||||
if [ "${TEST_OS#centos-}" != "$TEST_OS" ]; then
|
||||
TEST_OS="${TEST_OS}-stream"
|
||||
fi
|
||||
|
||||
EXCLUDES=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue