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

Run integration tests with a different stdout_callback

Hopefully this will make errors a bit more readable in CI logs.
parent f40a5cfc
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,9 @@ case "$cmd" in ...@@ -113,6 +113,9 @@ case "$cmd" in
;; ;;
run) run)
# The 'yaml' output format has slightly more legible errors.
export ANSIBLE_STDOUT_CALLBACK=yaml
for playbook in "${float_dir}/test/integration-test-docker.yml" "$@"; do for playbook in "${float_dir}/test/integration-test-docker.yml" "$@"; do
log Running test playbook ${playbook} log Running test playbook ${playbook}
${float_dir}/float run ${playbook} \ ${float_dir}/float run ${playbook} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment