test: Rawhide is now Fedora 35

This commit is contained in:
Martin Pitt 2021-03-02 20:42:32 +01:00
parent 15b376831f
commit 7265dac293

View File

@ -23,7 +23,7 @@ git clone --depth=1 https://github.com/cockpit-project/bots
export TEST_OS="${ID}-${VERSION_ID/./-}"
# HACK: upstream does not yet know about rawhide
if [ "$TEST_OS" = "fedora-34" ]; then
if [ "$TEST_OS" = "fedora-34" ] || [ "$TEST_OS" = "fedora-35" ]; then
export TEST_OS=fedora-33
fi