ci: show failed message on Windows

This commit is contained in:
zeertzjq 2022-03-03 08:16:31 +08:00
parent 85de9b06ed
commit 1495c4d166

View File

@ -95,7 +95,5 @@ if(NOT res EQUAL 0)
endif() endif()
endif() endif()
IF (NOT WIN32) message(FATAL_ERROR "${TEST_TYPE} tests failed with error: ${res}")
message(FATAL_ERROR "${TEST_TYPE} tests failed with error: ${res}")
ENDIF()
endif() endif()