diff --git a/tests/ibus-desktop-testing/install4-g-d-t/build.sh b/tests/ibus-desktop-testing/install4-g-d-t/build.sh index 0129438..669c738 100755 --- a/tests/ibus-desktop-testing/install4-g-d-t/build.sh +++ b/tests/ibus-desktop-testing/install4-g-d-t/build.sh @@ -4,7 +4,11 @@ rlJournalStart rlPhaseStartTest - rlRun -t "pwd" - rlRun -t "find ." + rlRun -t "git clone https://gitlab.com/redhat/centos-stream/tests/gnome-desktop-testing.git gnome-desktop-testing" + rlRun -t "cd gnome-desktop-testing" + rlRun -t "git checkout -q -b v2021.1 refs/tags/v2021.1" + rlRun -t "./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var" + rlRun -t "make" + rlRun -t "make install" rlPhaseEnd rlJournalEnd diff --git a/tests/ibus-desktop-testing/install4-g-d-t/main.fmf b/tests/ibus-desktop-testing/install4-g-d-t/main.fmf index 216ff7a..4cf434c 100644 --- a/tests/ibus-desktop-testing/install4-g-d-t/main.fmf +++ b/tests/ibus-desktop-testing/install4-g-d-t/main.fmf @@ -12,6 +12,4 @@ require: - libtool - glib2-devel - systemd-devel - - type: library - url: https://gitlab.com/redhat/centos-stream/tests/gnome-desktop-testing.git test: ./build.sh diff --git a/tests/ibus-desktop-testing/run/test.sh b/tests/ibus-desktop-testing/run/test.sh index 9e43fe4..70083be 100755 --- a/tests/ibus-desktop-testing/run/test.sh +++ b/tests/ibus-desktop-testing/run/test.sh @@ -5,5 +5,6 @@ rlJournalStart rlPhaseStartTest rlRun -t "echo test" + rlRun -t "which gnome-desktop-testing-runner" rlPhaseEnd rlJournalEnd