Resolves: RHEL-1616 test16

This commit is contained in:
Takao Fujiwara 2025-04-15 09:31:04 +09:00
parent bca705a4e9
commit 00c1bbcc1d

View File

@ -46,16 +46,15 @@
args:
chdir: gnome-desktop-testing
- name: ls GNOME installed-tests testing harness build
shell: |
set -e
echo $PATH
pwd
ls -al ..
find ..
- name: Copy autogen.patch
copy:
src: autogen.patch
dest: ./
#src: /var/str/roles/ibus-desktop-testing-role/files/autogen.patch
#dest: /root/
- 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