Resolves: RHEL-1616 test3

This commit is contained in:
Takao Fujiwara 2025-04-10 09:46:04 +09:00
parent d68cfea40e
commit f05f56be98

View File

@ -78,12 +78,7 @@
if [ $? -eq 0 ]; then
status="PASS: frame"
fi
echo "${status}" >> {{ remote_artifacts }}/test.log
echo "#### {{ remote_artifacts }}/{{ installed_test_name }}.log"
if [ -f {{ remote_artifacts }}/{{ installed_test_name }}.log ] ; then
cat {{ remote_artifacts }}/{{ installed_test_name }}.log
fi
echo "#"
echo "${status} $TEST" >> {{ remote_artifacts }}/test.log
echo "#### {{ remote_artifacts }}/test.log"
if [ -f {{ remote_artifacts }}/test.log ] ; then
cat {{ remote_artifacts }}/test.log