tests: Adjust for Fedora 33 split
This commit is contained in:
parent
586e58434a
commit
e55b16ec59
@ -25,8 +25,8 @@ 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 rawhide
|
# HACK: upstream does not yet know about fedora 33 and rawhide
|
||||||
if [ "$TEST_OS" = "fedora-33" ]; then
|
if [ "$TEST_OS" = "fedora-33" ] || [ "$TEST_OS" = "fedora-34" ]; then
|
||||||
export TEST_OS=fedora-32
|
export TEST_OS=fedora-32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user