Skip to content

Commit c3f9f5a

Browse files
committed
fixed pytest output not specifying options
1 parent 57a3967 commit c3f9f5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/path-filters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ aio: &aio
1111
- '.github/workflows/stackhpc-pull-request.yml'
1212
- 'etc/kayobe/*.yml'
1313
- 'etc/kayobe/ansible/configure-aio-resources.yml'
14+
- 'etc/kayobe/ansible/stackhpc-openstack-tests.yml'
1415
- 'etc/kayobe/ansible/growroot.yml'
1516
- 'etc/kayobe/ansible/requirements.yml'
1617
- 'etc/kayobe/ansible/scripts/aio-init.sh'

etc/kayobe/ansible/stackhpc-openstack-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
--self-contained-html
6969
--pyargs stackhpc_cloud_tests
7070
--timeout {{ sot_timeout }}
71-
-r
71+
-rfEx
7272
-vv
7373
environment:
7474
OPENSEARCH_HOSTS: "{{ sot_opensearch_hosts }}"

0 commit comments

Comments
 (0)