Debug Infrared role Python installation script
Change-Id: Iabf9e9787078550d3956dac85540de90dd70893b
This commit is contained in:
parent
c8c71e55eb
commit
f4907eabdb
@ -5,7 +5,7 @@
|
|||||||
chdir: "{{ test.dir }}"
|
chdir: "{{ test.dir }}"
|
||||||
cmd: |
|
cmd: |
|
||||||
source "{{ test.overcloudrc }}"
|
source "{{ test.overcloudrc }}"
|
||||||
tools/ci/tox -e report
|
bash -x tools/ci/tox -e report
|
||||||
|
|
||||||
|
|
||||||
- fetch:
|
- fetch:
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
chdir: "{{ test.dir }}"
|
chdir: "{{ test.dir }}"
|
||||||
cmd: |
|
cmd: |
|
||||||
source "{{ test.overcloudrc }}"
|
source "{{ test.overcloudrc }}"
|
||||||
tools/ci/tox -e "{{ test.tests }}"
|
bash -x tools/ci/tox -e "{{ test.tests }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user