From b569dfc5584be75ebddc885de1922b0bc7b080bf Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 15 Jun 2017 13:56:12 -0500 Subject: [PATCH] Verbose is too much log output. Limit ot just failing tests. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4627320a..b389dda20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,6 @@ matrix: language: python script: - ./bootstrap.sh --with-toolset=${TOOLSET} - - cd test && DO_DIFF=diff python test_all.py --verbose ${TOOLSET} ${TEST_ALL_EXTRAS} + - cd test && DO_DIFF=diff python test_all.py ${TOOLSET} ${TEST_ALL_EXTRAS} + - cd test && DO_DIFF=diff python --verbose library_chain.py ${TOOLSET} ${TEST_ALL_EXTRAS} + - cd test && DO_DIFF=diff python --verbose searched_lib.py ${TOOLSET} ${TEST_ALL_EXTRAS}