Resolves: RHEL-1616 test19

This commit is contained in:
Takao Fujiwara 2025-04-15 17:28:20 +09:00
parent ab0f328b53
commit 02411b5b57

View File

@ -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