Resolves: RHELMISC-11287 Fix CI test

This commit is contained in:
Mike FABIAN 2025-04-14 16:04:59 +02:00
parent 5959d2d5ea
commit 6c4cab9d36

View File

@ -11,8 +11,9 @@ rlJournalStart
if ! rlCheckRpm gnome-desktop-testing; then
echo "gnome-desktop-testing is not available."
echo "Trying to download and compile it:"
git clone https://gitlab.gnome.org/GNOME/gnome-desktop-testing.git
git clone https://gitlab.com/redhat/centos-stream/tests/gnome-desktop-testing.git
pushd gnome-desktop-testing
git checkout -b v2021.1 refs/tags/v2021.1
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make install