From d17bede3ecbfd3f52f84f221e108a7bae766e738 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 15 Jun 2017 16:13:10 -0500 Subject: [PATCH] Correct location for --verbose option. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92e9fd600..3f3dc6894 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,5 +23,5 @@ script: - ./bootstrap.sh --with-toolset=${TOOLSET} - cd test - DO_DIFF=diff python test_all.py ${TOOLSET} ${TEST_ALL_EXTRAS} - - DO_DIFF=diff python --verbose library_chain.py ${TOOLSET} ${TEST_ALL_EXTRAS} - - DO_DIFF=diff python --verbose searched_lib.py ${TOOLSET} ${TEST_ALL_EXTRAS} + - DO_DIFF=diff python library_chain.py --verbose ${TOOLSET} ${TEST_ALL_EXTRAS} + - DO_DIFF=diff python searched_lib.py --verbose ${TOOLSET} ${TEST_ALL_EXTRAS}