diff --git a/tests/functional/kata-deploy/run-kata-deploy-tests.sh b/tests/functional/kata-deploy/run-kata-deploy-tests.sh index 859bebf2e..a071e204a 100644 --- a/tests/functional/kata-deploy/run-kata-deploy-tests.sh +++ b/tests/functional/kata-deploy/run-kata-deploy-tests.sh @@ -21,5 +21,5 @@ fi info "Run tests" for KATA_DEPLOY_TEST_ENTRY in ${KATA_DEPLOY_TEST_UNION[@]} do - bats "${KATA_DEPLOY_TEST_ENTRY}" + bats --show-output-of-passing-tests "${KATA_DEPLOY_TEST_ENTRY}" done