From 1a6138ca162b2671fad68614b17a4e3c71956f59 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 14 Apr 2021 15:53:55 +1000 Subject: [PATCH] Add more output to the test runs. --- bitbucket-pipelines.yml | 8 ++++---- bitbucket-pipelines.yml.j2 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 25530bf..cc0d109 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1859,11 +1859,11 @@ pipelines: - export DOCKERFILE='Dockerfile' - export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION' - export MAC_PRODUCT_KEY='confluence' - - py.test tests/ - - py.test shared-components/tests/ + - py.test -v tests/ + - py.test -v shared-components/tests/ - export DOCKERFILE='Dockerfile-alpine' - - py.test tests/ - - py.test shared-components/tests/ + - py.test -v tests/ + - py.test -v shared-components/tests/ - step: name: Run integration tests services: diff --git a/bitbucket-pipelines.yml.j2 b/bitbucket-pipelines.yml.j2 index 3a97e08..be43f43 100644 --- a/bitbucket-pipelines.yml.j2 +++ b/bitbucket-pipelines.yml.j2 @@ -149,11 +149,11 @@ pipelines: - export DOCKERFILE='Dockerfile' - export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION' - export MAC_PRODUCT_KEY='confluence' - - py.test tests/ - - py.test shared-components/tests/ + - py.test -v tests/ + - py.test -v shared-components/tests/ - export DOCKERFILE='Dockerfile-alpine' - - py.test tests/ - - py.test shared-components/tests/ + - py.test -v tests/ + - py.test -v shared-components/tests/ - step: name: Run integration tests services: