This commit is contained in:
Takao Fujiwara 2025-04-18 20:05:03 +09:00
parent 456d1ecef1
commit 7b692abf19
3 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -5,5 +5,6 @@
rlJournalStart
rlPhaseStartTest
rlRun -t "echo test"
rlRun -t "which gnome-desktop-testing-runner"
rlPhaseEnd
rlJournalEnd