From 8a9d0197bc3fe7bca77f2cc3ebbc7d0c23b492ba Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Tue, 15 Apr 2025 10:10:14 +0900 Subject: [PATCH] Resolves: RHEL-1616 test17 --- .../ibus-desktop-testing-role/tasks/main.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/tests/roles/ibus-desktop-testing-role/tasks/main.yml b/tests/roles/ibus-desktop-testing-role/tasks/main.yml index 23c8529..3e83519 100644 --- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml +++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml @@ -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