commit 051a0514dc62f675a3c63761b9bef1721f7cf695 parent f015994a42be804fefc17e1ffd8aeb069b44b945 Author: James McCoy <jamessan@jamessan.com> Date: Wed, 2 Mar 2022 20:21:13 -0500 Merge pull request #17579 from zeertzjq/ci-win-fail ci: show failed message on Windows Diffstat:
| M | cmake/RunTests.cmake | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/cmake/RunTests.cmake b/cmake/RunTests.cmake @@ -95,7 +95,5 @@ if(NOT res EQUAL 0) endif() endif() - IF (NOT WIN32) - message(FATAL_ERROR "${TEST_TYPE} tests failed with error: ${res}") - ENDIF() + message(FATAL_ERROR "${TEST_TYPE} tests failed with error: ${res}") endif()