From 58595f791a414315a4ee72c913f4c67a4d6d5589 Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Tue, 15 Apr 2025 08:02:59 +0900 Subject: [PATCH] Resolves: RHEL-1616 test13 --- tests/roles/ibus-desktop-testing-role/tasks/main.yml | 10 +++++++++- 1 file changed, 9 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 54e47d1..7d33b4e 100644 --- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml +++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml @@ -46,8 +46,16 @@ args: chdir: gnome-desktop-testing + - name: ls GNOME installed-tests testing harness build + shell: | + set -e + ls -al .. + find .. + args: + chdir: gnome-desktop-testing + - 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