mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
ci: show failed message on Windows
This commit is contained in:
parent
85de9b06ed
commit
1495c4d166
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user