Resolves: RHEL-1616 test8

This commit is contained in:
Takao Fujiwara 2025-04-11 15:10:46 +09:00
parent 7d2eeb7964
commit 4fd222d30b

View File

@ -72,13 +72,12 @@
# Delete LC_CTYPE=C.UTF-8
export -n LC_CTYPE
status="FAIL: frame"
bash -x ibus-desktop-testing-runner \
ibus-desktop-testing-runner \
--no-graphics \
--runner=gnome \
--tests='{{ installed_test_name }}' \
--output='{{ remote_artifacts }}/{{ installed_test_name }}.log' \
--result='{{ remote_artifacts }}/test.log' \
>& '{{ remote_artifacts }}/foo.log' \
null
if [ $? -eq 0 ]; then
status="PASS: frame"
@ -94,11 +93,6 @@
cat {{ remote_artifacts }}/test.log
fi
echo "#"
echo "#### {{ remote_artifacts }}/foo.log"
if [ -f {{ remote_artifacts }}/foo.log ] ; then
cat {{ remote_artifacts }}/foo.log
fi
echo "#"
- name: Check the results
script: check-results.sh "{{ remote_artifacts }}/test.log" "0"