Resolves: RHEL-1616 test18
This commit is contained in:
parent
8a9d0197bc
commit
48b2bb3e2f
@ -46,34 +46,11 @@
|
||||
args:
|
||||
chdir: gnome-desktop-testing
|
||||
|
||||
- name: Copy autogen.patch
|
||||
copy:
|
||||
src: autogen.patch
|
||||
dest: ./
|
||||
#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"
|
||||
args:
|
||||
chdir: gnome-desktop-testing
|
||||
patch:
|
||||
basedir: gnome-desktop-testing
|
||||
src: autogen.patch
|
||||
strip: 1
|
||||
|
||||
- name: Configure GNOME installed-tests testing harness build
|
||||
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
|
||||
Loading…
Reference in New Issue
Block a user