From e55b16ec59a9a4306340dd14199d62ddaed7186d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 25 Aug 2020 07:13:40 +0200 Subject: [PATCH] tests: Adjust for Fedora 33 split --- tests/run-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index 93854bb..acf74c2 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -25,8 +25,8 @@ git clone --depth=1 https://github.com/cockpit-project/bots npm install axe-core chrome-remote-interface sizzle export TEST_OS="${ID}-${VERSION_ID/./-}" -# HACK: upstream does not yet know about fedora rawhide -if [ "$TEST_OS" = "fedora-33" ]; then +# HACK: upstream does not yet know about fedora 33 and rawhide +if [ "$TEST_OS" = "fedora-33" ] || [ "$TEST_OS" = "fedora-34" ]; then export TEST_OS=fedora-32 fi