We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da3606 commit 49a7622Copy full SHA for 49a7622
test/travis_ci/ctest_linux.sh
@@ -27,7 +27,7 @@ export LD_LIBRARY_PATH=${DASHROOT}/build/lib
27
export MPLBACKEND=Agg
28
mkdir build
29
30
-ctest -S ${DASHROOT}/test/travis_ci/ctest_linux.cmake --output-on-failure --timeout 400 &
+ctest -S ${DASHROOT}/test/travis_ci/ctest_linux.cmake -VV --timeout 400 &
31
ctest_pid=$!
32
33
# this loop prevents travis from killing the job
0 commit comments