diff --git a/tests/roles/ibus-desktop-testing-role/tasks/main.yml b/tests/roles/ibus-desktop-testing-role/tasks/main.yml index 0dce762..4006023 100644 --- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml +++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml @@ -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