diff options
| author | Mike Taves <mwtoews@gmail.com> | 2022-03-04 23:31:43 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-04 23:31:43 +1300 |
| commit | 2f38db37b8b51b764c1d8ed7caa2e9b186aee945 (patch) | |
| tree | e2838bde13660e89551aff4d2373da354eacd9ee /travis | |
| parent | 6243d1142e3e3de90dc6b091b88cb9321346829f (diff) | |
| download | PROJ-2f38db37b8b51b764c1d8ed7caa2e9b186aee945.tar.gz PROJ-2f38db37b8b51b764c1d8ed7caa2e9b186aee945.zip | |
CI: use `ctest --output-on-failure` option (#3084)
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
