aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/mingw_w64
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2022-03-04 23:31:43 +1300
committerGitHub <noreply@github.com>2022-03-04 23:31:43 +1300
commit2f38db37b8b51b764c1d8ed7caa2e9b186aee945 (patch)
treee2838bde13660e89551aff4d2373da354eacd9ee /.github/workflows/mingw_w64
parent6243d1142e3e3de90dc6b091b88cb9321346829f (diff)
downloadPROJ-2f38db37b8b51b764c1d8ed7caa2e9b186aee945.tar.gz
PROJ-2f38db37b8b51b764c1d8ed7caa2e9b186aee945.zip
CI: use `ctest --output-on-failure` option (#3084)
Diffstat (limited to '.github/workflows/mingw_w64')
-rwxr-xr-x.github/workflows/mingw_w64/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw_w64/start.sh b/.github/workflows/mingw_w64/start.sh
index 0b64874e..7586f977 100755
--- a/.github/workflows/mingw_w64/start.sh
+++ b/.github/workflows/mingw_w64/start.sh
@@ -113,7 +113,7 @@ cmake -G "Unix Makefiles" \
..
make
# Run a subset of tests that should pass
-ctest -R "proj_test_cpp_api|geodesic-test|proj_errno_string_test|proj_angular_io_test|proj_context_test|pj_phi2_test|gie_self_tests|test_network|test_defmodel|test_tinshift|test_misc|test_fork"
+ctest --output-on-failure -R "proj_test_cpp_api|geodesic-test|proj_errno_string_test|proj_angular_io_test|proj_context_test|pj_phi2_test|gie_self_tests|test_network|test_defmodel|test_tinshift|test_misc|test_fork"
# TODO: fix failing tests with .gie files; see #2168 and run
# PROJ_LIB=./data/for_tests wine64 ./bin/gie.exe ../test/gie/more_builtins.gie