Merge "Allow support for subunit2junitxml < 1.2"

This commit is contained in:
Zuul 2017-12-04 23:09:44 +00:00 committed by Gerrit Code Review
commit d63ef20cc3

View File

@ -19,7 +19,7 @@
shell: |
{% if tempest_format == 'venv' %}source {{ working_dir }}/tempest_git/.venv/bin/activate; {% endif %}
subunit2junitxml $(find {{ working_dir }}/tempest/{{ testr_dir }} -name [0-9] \
| head -1) {{ working_dir }}/tempest/tempest.xml \
| head -1) --output-to {{ working_dir }}/tempest/tempest.xml \
2>&1 >> {{ tempest_log_file }}
- name: Fetch HTML results