test3
This commit is contained in:
parent
456d1ecef1
commit
7b692abf19
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -5,5 +5,6 @@
|
||||
rlJournalStart
|
||||
rlPhaseStartTest
|
||||
rlRun -t "echo test"
|
||||
rlRun -t "which gnome-desktop-testing-runner"
|
||||
rlPhaseEnd
|
||||
rlJournalEnd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user