tests: Cockpit 227 knows about Fedora 33 now

This commit is contained in:
Martin Pitt 2020-09-02 16:47:28 +02:00
parent 0eeed22f56
commit 25eef42c91

View File

@ -25,9 +25,9 @@ git clone --depth=1 https://github.com/cockpit-project/bots
npm install axe-core chrome-remote-interface sizzle npm install axe-core chrome-remote-interface sizzle
export TEST_OS="${ID}-${VERSION_ID/./-}" export TEST_OS="${ID}-${VERSION_ID/./-}"
# HACK: upstream does not yet know about fedora 33 and rawhide # HACK: upstream does not yet know about rawhide
if [ "$TEST_OS" = "fedora-33" ] || [ "$TEST_OS" = "fedora-34" ]; then if [ "$TEST_OS" = "fedora-34" ]; then
export TEST_OS=fedora-32 export TEST_OS=fedora-33
fi fi
# HACK: CI hits this selinux denial. Unrelated to our tests. # HACK: CI hits this selinux denial. Unrelated to our tests.