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

This commit is contained in:
Steven Robertson 2020-09-20 20:02:50 -07:00
parent 5aedb5f157
commit 2303bef7c8
1 changed files with 1 additions and 1 deletions

View File

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