Merge pull request #17579 from zeertzjq/ci-win-fail

ci: show failed message on Windows
This commit is contained in:
James McCoy 2022-03-02 20:21:13 -05:00 committed by GitHub
commit 051a0514dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()