test: Rawhide is Fedora-33 for our tests

This commit is contained in:
Matej Marusak 2021-01-07 17:54:34 +01:00
parent c7c2098522
commit 094c75c4cb

View File

@ -12,6 +12,11 @@ npm install chrome-remote-interface sizzle
. /etc/os-release
export TEST_OS="${ID}-${VERSION_ID/./-}"
# HACK: upstream does not yet know about rawhide
if [ "$TEST_OS" = "fedora-34" ]; then
export TEST_OS=fedora-33
fi
export TEST_AUDIT_NO_SELINUX=1
# FIXME: Internal Server Error: statfs /tmp/bin: no such file or directory