Debug Infrared role Python installation script

Change-Id: Iabf9e9787078550d3956dac85540de90dd70893b
This commit is contained in:
Federico Ressi 2020-01-20 10:39:47 +01:00
parent c8c71e55eb
commit f4907eabdb
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
chdir: "{{ test.dir }}"
cmd: |
source "{{ test.overcloudrc }}"
tools/ci/tox -e report
bash -x tools/ci/tox -e report
- fetch:

View File

@ -5,4 +5,4 @@
chdir: "{{ test.dir }}"
cmd: |
source "{{ test.overcloudrc }}"
tools/ci/tox -e "{{ test.tests }}"
bash -x tools/ci/tox -e "{{ test.tests }}"