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

Create output directory before saving logs

parent f2237dba
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,9 @@ wait_for_vms() { ...@@ -50,8 +50,9 @@ wait_for_vms() {
save_logs() { save_logs() {
local out_dir="$1" local out_dir="$1"
ANSIBLE_STDOUT_CALLBACK=unixy \ mkdir -p "${out_dir}"
${float_dir}/float run --extra-vars "out_dir=$out_dir" \ ANSIBLE_STDOUT_CALLBACK=actionable \
${float_dir}/float run --extra-vars "out_dir=${out_dir}" \
${float_dir}/test/save-logs.yml ${float_dir}/test/save-logs.yml
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment