2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Verbose is too much log output. Limit ot just failing tests.

This commit is contained in:
Rene Rivera
2017-06-15 13:56:12 -05:00
parent 095f742d22
commit b569dfc558

View File

@@ -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}