Resolves: RHEL-1616 test17

This commit is contained in:
Takao Fujiwara 2025-04-15 10:10:14 +09:00
parent 00c1bbcc1d
commit 8a9d0197bc

View File

@ -53,8 +53,25 @@
#src: /var/str/roles/ibus-desktop-testing-role/files/autogen.patch
#dest: /root/
- name: ls GNOME installed-tests testing harness
shell: |
set -e
pwd
find .
- name: Copy autogen.patch #2
copy:
src: "{{ role_path }}/files/autogen.patch"
dest: ./
- name: ls GNOME installed-tests testing harness #2
shell: |
set -e
pwd
find .
- name: Delete stderr in GNOME installed-tests testing harness build
command: patch -p1 < ../autogen.patch
command: "patch -p1 < ../autogen.patch"
args:
chdir: gnome-desktop-testing