run tests with verbose logging

This commit is contained in:
Steven Robertson 2020-09-09 21:28:33 -07:00
parent 069d7da79f
commit b3c94867e2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ with ci_lib.Fold('job_setup'):
with ci_lib.Fold('ansible'):
playbook = os.environ.get('PLAYBOOK', 'all.yml')
try:
run('./run_ansible_playbook.py %s -i "%s" %s',
run('./run_ansible_playbook.py %s -i "%s" -vvv %s',
playbook, HOSTS_DIR, ' '.join(sys.argv[1:]))
except:
pause_if_interactive()