2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Correct location for --verbose option.

This commit is contained in:
Rene Rivera
2017-06-15 16:13:10 -05:00
parent 4567e92524
commit d17bede3ec

View File

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