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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user