mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user