mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
ci: show failed message on Windows
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user