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

More verbosity

parent c195fc47
No related branches found
No related tags found
No related merge requests found
Pipeline #84029 passed
......@@ -131,7 +131,7 @@ do_provision() {
do_test() {
for playbook in "${float_dir}/test/integration-test.yml" "$@"; do
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"
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment