Fix test_infrared_plugin.yaml playbook
Change-Id: Ie62069aedd513c64b348894804b959082565fe19
This commit is contained in:
parent
e6658e2489
commit
2e5f403619
@ -38,11 +38,8 @@
|
|||||||
- name: "run Tox InfraRed plugin"
|
- name: "run Tox InfraRed plugin"
|
||||||
shell:
|
shell:
|
||||||
cmd: >
|
cmd: >
|
||||||
'{{ tox_executable }}' -e infrared --
|
'{{ tox_executable }}' -e infrared -- --collect-dir '{{ test_collect_dir }}'
|
||||||
--collect-dir '{{ test_collect_dir }}'
|
|
||||||
chdir: '{{ test_dir }}'
|
chdir: '{{ test_dir }}'
|
||||||
environment:
|
|
||||||
IR_DEPS: "{{ ir_deps | default('') }}"
|
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
register: run_tox
|
register: run_tox
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user