Skip to content

Commit 68d88a9

Browse files
committedSep 5, 2018
Show build warnings in code_layout test
1 parent 6363041 commit 68d88a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.ci/travis/code_layout/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ pushd build
2020
export CTEST_BUILD_DIR=${TRAVIS_BUILD_DIR}
2121
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
2222

23-
python3 "${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py" xvfb-run ctest -V --output-on-failure -S "${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest"
23+
python3 "${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py" xvfb-run ctest -VV --output-on-failure -S "${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest"
2424

2525
popd

0 commit comments

Comments
 (0)
Please sign in to comment.