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

Revert "More verbosity"

This reverts commit 17735986.
parent f76e4e38
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 -e stdout_callback=default -v ${playbook} \ ${float_dir}/float run -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