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