From eae531210abac5a7dadf54ad2f14453fa5a4e5b9 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 25 Jul 2018 11:42:23 -0700 Subject: [PATCH] tests: allow passing -vvv to debops_common --- .travis/debops_common_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/debops_common_tests.sh b/.travis/debops_common_tests.sh index ec4c1481..50e67ada 100755 --- a/.travis/debops_common_tests.sh +++ b/.travis/debops_common_tests.sh @@ -81,10 +81,10 @@ echo travis_fold:end:job_setup echo travis_fold:start:first_run -/usr/bin/time debops common +/usr/bin/time debops common "$@" echo travis_fold:end:first_run echo travis_fold:start:second_run -/usr/bin/time debops common +/usr/bin/time debops common "$@" echo travis_fold:end:second_run