mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +00:00
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:
parent
dbd0d4a090
commit
47d9589e9b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user