Fix test_infrared_plugin.yaml playbook

Change-Id: Ie62069aedd513c64b348894804b959082565fe19
This commit is contained in:
Federico Ressi 2021-10-11 12:00:26 +02:00
parent e6658e2489
commit 2e5f403619

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