From c195fc47e050e0e5329671fd9dbda2a259a07fae Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Thu, 2 Jan 2025 19:48:36 +0100 Subject: [PATCH] Run test playbook with -v --- test-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-driver b/test-driver index 863c7176..715bf5c2 100755 --- a/test-driver +++ b/test-driver @@ -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 } -- GitLab