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

Run test playbook with -v

parent 2b960e24
No related branches found
No related tags found
No related merge requests found
Pipeline #84025 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 ${playbook} \
${float_dir}/float run -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