Resolves: RHEL-1616 Add autogen.patch
This commit is contained in:
parent
e8bc40f31f
commit
d5f1537bc5
13
tests/roles/ibus-desktop-testing-role/files/autogen.patch
Normal file
13
tests/roles/ibus-desktop-testing-role/files/autogen.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/autogen.sh b/autogen.sh
|
||||
index 83779c7..507dab5 100755
|
||||
--- a/autogen.sh
|
||||
+++ b/autogen.sh
|
||||
@@ -16,7 +16,7 @@ fi
|
||||
|
||||
mkdir -p m4
|
||||
|
||||
-autoreconf --force --install --verbose
|
||||
+autoreconf --force --install
|
||||
|
||||
cd $olddir
|
||||
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|
||||
@ -42,12 +42,17 @@
|
||||
force: yes
|
||||
|
||||
- name: Checkout v2021.1 tag in GNOME installed-tests testing harness
|
||||
command: git checkout -b v2021.1 refs/tags/v2021.1
|
||||
command: git checkout -b v2021.1 refs/tags/v2021.1 2>&1
|
||||
args:
|
||||
chdir: gnome-desktop-testing
|
||||
|
||||
- name: Delete stderr in GNOME installed-tests testing harness build
|
||||
command: patch -p1 < autogen.patch
|
||||
args:
|
||||
chdir: gnome-desktop-testing
|
||||
|
||||
- name: Configure GNOME installed-tests testing harness build
|
||||
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 2>&1
|
||||
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
args:
|
||||
chdir: gnome-desktop-testing
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user