From 00c1bbcc1d0fa534484be86c33674142b47b759a Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Tue, 15 Apr 2025 09:31:04 +0900 Subject: [PATCH] Resolves: RHEL-1616 test16 --- .../ibus-desktop-testing-role/tasks/main.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/tests/roles/ibus-desktop-testing-role/tasks/main.yml b/tests/roles/ibus-desktop-testing-role/tasks/main.yml index fd8972f..23c8529 100644 --- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml +++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml @@ -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