From 7265dac2931c36894bdc9f44cb08e9189fbbaa5f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 2 Mar 2021 20:42:32 +0100 Subject: [PATCH] test: Rawhide is now Fedora 35 --- tests/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index 7d714ef..22bc8c5 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -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