Resolves: RHEL-1616 test19
This commit is contained in:
parent
ab0f328b53
commit
02411b5b57
@ -104,10 +104,15 @@
|
||||
fi
|
||||
echo "#"
|
||||
|
||||
- name: Copy check-results.sh
|
||||
copy:
|
||||
src: check-results.sh
|
||||
dest: ./
|
||||
|
||||
- name: Execute IBus tests #2
|
||||
shell: |
|
||||
set -e
|
||||
sh -x "{{ role_path }}/files/check-results.sh" "{{ remote_artifacts }}/test.log" "0" >foo.log
|
||||
sh -x ./check-results.sh "{{ remote_artifacts }}/test.log" "0" >foo.log
|
||||
cat foo.log
|
||||
|
||||
- name: Check the results
|
||||
|
||||
Loading…
Reference in New Issue
Block a user