any amount of v is too much v, even when viewing tests in raw log file mode

pull/715/head
Steven Robertson 4 years ago
parent 5aedb5f157
commit 2303bef7c8

@ -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:]))

Loading…
Cancel
Save