mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 07:15:34 +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