Skip to content
Snippets Groups Projects
Commit f76e4e38 authored by ale's avatar ale
Browse files

More verbosity

parent e19bb54c
No related branches found
No related tags found
1 merge request!310Expose test artifacts to the Gitlab CI interface
...@@ -131,7 +131,7 @@ do_provision() { ...@@ -131,7 +131,7 @@ do_provision() {
do_test() { do_test() {
for playbook in "${float_dir}/test/integration-test.yml" "$@"; do for playbook in "${float_dir}/test/integration-test.yml" "$@"; do
log Running test playbook ${playbook} log Running test playbook ${playbook}
${float_dir}/float run -v ${playbook} \ ${float_dir}/float run -e stdout_callback=default -v ${playbook} \
|| die "test playbook failed" || die "test playbook failed"
done done
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment