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