Skip to content

Commit 49a7622

Browse files
committed
travis-ci: output prints
1 parent 2da3606 commit 49a7622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/travis_ci/ctest_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export LD_LIBRARY_PATH=${DASHROOT}/build/lib
2727
export MPLBACKEND=Agg
2828
mkdir build
2929

30-
ctest -S ${DASHROOT}/test/travis_ci/ctest_linux.cmake --output-on-failure --timeout 400 &
30+
ctest -S ${DASHROOT}/test/travis_ci/ctest_linux.cmake -VV --timeout 400 &
3131
ctest_pid=$!
3232

3333
# this loop prevents travis from killing the job

0 commit comments

Comments
 (0)