Resolves: RHEL-1616 test19

This commit is contained in:
Takao Fujiwara 2025-04-15 13:11:39 +09:00
parent 3faca5c64e
commit ab0f328b53

View File

@ -107,7 +107,7 @@
- name: Execute IBus tests #2
shell: |
set -e
sh -x check-results.sh "{{ remote_artifacts }}/test.log" "0" >foo.log
sh -x "{{ role_path }}/files/check-results.sh" "{{ remote_artifacts }}/test.log" "0" >foo.log
cat foo.log
- name: Check the results