Merge "Fix test_infrared_plugin.yaml playbook"

This commit is contained in:
Zuul 2021-10-13 16:01:11 +00:00 committed by Gerrit Code Review
commit e537f4393f
1 changed files with 1 additions and 4 deletions

View File

@ -38,11 +38,8 @@
- name: "run Tox InfraRed plugin"
shell:
cmd: >
'{{ tox_executable }}' -e infrared --
--collect-dir '{{ test_collect_dir }}'
'{{ tox_executable }}' -e infrared -- --collect-dir '{{ test_collect_dir }}'
chdir: '{{ test_dir }}'
environment:
IR_DEPS: "{{ ir_deps | default('') }}"
ignore_errors: yes
register: run_tox