From 2303bef7c84195ad96f5c9ef857648d405a6e9c6 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 20 Sep 2020 20:02:50 -0700 Subject: [PATCH] any amount of v is too much v, even when viewing tests in raw log file mode --- .ci/localhost_ansible_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/localhost_ansible_tests.py b/.ci/localhost_ansible_tests.py index a066b9da..e19e70ca 100755 --- a/.ci/localhost_ansible_tests.py +++ b/.ci/localhost_ansible_tests.py @@ -46,5 +46,5 @@ with ci_lib.Fold('machine_prep'): with ci_lib.Fold('ansible'): os.chdir(TESTS_DIR) playbook = os.environ.get('PLAYBOOK', 'all.yml') - run('./run_ansible_playbook.py %s -l target %s -v', + run('./run_ansible_playbook.py %s -l target %s', playbook, ' '.join(sys.argv[1:]))