From 2e5f4036199a832847dd5fa321735658e5fd6dd9 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Mon, 11 Oct 2021 12:00:26 +0200 Subject: [PATCH] Fix test_infrared_plugin.yaml playbook Change-Id: Ie62069aedd513c64b348894804b959082565fe19 --- roles/tests/test_infrared_plugin.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/tests/test_infrared_plugin.yaml b/roles/tests/test_infrared_plugin.yaml index 73463bb1b..cd73b49ac 100644 --- a/roles/tests/test_infrared_plugin.yaml +++ b/roles/tests/test_infrared_plugin.yaml @@ -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