aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-03-02 20:21:13 -0500
committerGitHub <noreply@github.com>2022-03-02 20:21:13 -0500
commit051a0514dc62f675a3c63761b9bef1721f7cf695 (patch)
tree10fb1ed07351c2a5c78aeb2054b7d58454d0e16d
parentf015994a42be804fefc17e1ffd8aeb069b44b945 (diff)
parent1495c4d166f65d172d8f298b5f9ed2fd86ef9931 (diff)
downloadrneovim-051a0514dc62f675a3c63761b9bef1721f7cf695.tar.gz
rneovim-051a0514dc62f675a3c63761b9bef1721f7cf695.tar.bz2
rneovim-051a0514dc62f675a3c63761b9bef1721f7cf695.zip
Merge pull request #17579 from zeertzjq/ci-win-fail
ci: show failed message on Windows
-rw-r--r--cmake/RunTests.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmake/RunTests.cmake b/cmake/RunTests.cmake
index 789131c26c..3adbcbbfc5 100644
--- a/cmake/RunTests.cmake
+++ b/cmake/RunTests.cmake
@@ -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()