mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 10:58:49 +00:00
Merge topic 'rel-win-nightly'
bab868be13 Utilities/Release: Skip spurious ExternalData test for nightly binary Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2404
This commit is contained in:
commit
366df05ac0
@ -39,6 +39,6 @@ get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
set(GIT_EXTRA "git config core.autocrlf true")
|
||||
if(CMAKE_CREATE_VERSION STREQUAL "nightly")
|
||||
# Some tests fail spuriously too often.
|
||||
set(EXTRA_CTEST_ARGS "-E 'ConsoleBuf'")
|
||||
set(EXTRA_CTEST_ARGS "-E 'ConsoleBuf|Module.ExternalData'")
|
||||
endif()
|
||||
include(${path}/release_cmake.cmake)
|
||||
|
@ -39,6 +39,6 @@ get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
set(GIT_EXTRA "git config core.autocrlf true")
|
||||
if(CMAKE_CREATE_VERSION STREQUAL "nightly")
|
||||
# Some tests fail spuriously too often.
|
||||
set(EXTRA_CTEST_ARGS "-E 'ConsoleBuf'")
|
||||
set(EXTRA_CTEST_ARGS "-E 'ConsoleBuf|Module.ExternalData'")
|
||||
endif()
|
||||
include(${path}/release_cmake.cmake)
|
||||
|
Loading…
x
Reference in New Issue
Block a user