From 6cb81d3cb73fc7e6ffd4a4ee3d6bd41647c11beb Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 27 Jul 2018 00:03:32 +0000 Subject: [PATCH] tests: allow passing -vvv to ansible_tests.sh. --- .travis/ansible_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/ansible_tests.sh b/.travis/ansible_tests.sh index a61ed836..e6441343 100755 --- a/.travis/ansible_tests.sh +++ b/.travis/ansible_tests.sh @@ -60,5 +60,5 @@ echo travis_fold:end:job_setup echo travis_fold:start:ansible /usr/bin/time ./run_ansible_playbook.sh \ all.yml \ - -i "${TMPDIR}/hosts" + -i "${TMPDIR}/hosts" "$@" echo travis_fold:end:ansible