From 25eef42c91f4319e88ab0cc631f718998e0b08c8 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 2 Sep 2020 16:47:28 +0200 Subject: [PATCH] tests: Cockpit 227 knows about Fedora 33 now --- tests/run-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index acf74c2..d4126ea 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -25,9 +25,9 @@ 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 33 and rawhide -if [ "$TEST_OS" = "fedora-33" ] || [ "$TEST_OS" = "fedora-34" ]; then - export TEST_OS=fedora-32 +# HACK: upstream does not yet know about rawhide +if [ "$TEST_OS" = "fedora-34" ]; then + export TEST_OS=fedora-33 fi # HACK: CI hits this selinux denial. Unrelated to our tests.