From 2f38db37b8b51b764c1d8ed7caa2e9b186aee945 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Fri, 4 Mar 2022 23:31:43 +1300 Subject: CI: use `ctest --output-on-failure` option (#3084) --- travis/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'travis') diff --git a/travis/install.sh b/travis/install.sh index bc2bc372..57e41aa9 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -70,7 +70,7 @@ if objdump -TC "lib/libproj.so" | grep "elf64-x86-64">/dev/null; then fi fi -ctest +ctest --output-on-failure make install # find /tmp/proj_shared_install_from_dist $TRAVIS_BUILD_DIR/test/postinstall/test_cmake.sh /tmp/proj_shared_install_from_dist shared @@ -88,7 +88,7 @@ cmake \ .. make -ctest +ctest --output-on-failure make install # find /tmp/proj_static_install_from_dist $TRAVIS_BUILD_DIR/test/postinstall/test_cmake.sh /tmp/proj_static_install_from_dist static @@ -225,7 +225,7 @@ if [ "$BUILD_NAME" != "linux_gcc8" -a "$BUILD_NAME" != "linux_gcc_32bit" ]; then . ; fi make - ctest + ctest --output-on-failure fi if [ "${USE_CCACHE}" = "ON" ]; then -- cgit v1.2.3