diff --git a/tests/roles/ibus-desktop-testing-role/tasks/main.yml b/tests/roles/ibus-desktop-testing-role/tasks/main.yml index 7285294..6f431a2 100644 --- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml +++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml @@ -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"