tests: kata-deploy: Show output of passing tests

This will help us to debug failures and compare passing and failures
outputs.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-05-27 04:59:54 +02:00
parent dbd0d4a090
commit 47d9589e9b
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -21,5 +21,5 @@ fi
info "Run tests" info "Run tests"
for KATA_DEPLOY_TEST_ENTRY in ${KATA_DEPLOY_TEST_UNION[@]} for KATA_DEPLOY_TEST_ENTRY in ${KATA_DEPLOY_TEST_UNION[@]}
do do
bats "${KATA_DEPLOY_TEST_ENTRY}" bats --show-output-of-passing-tests "${KATA_DEPLOY_TEST_ENTRY}"
done done