mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Utilities/Release: Skip spurious ExternalData test for nightly binary
This test fails spuriously too often and prevents the nightly binary from finishing. Simply skip it for the nightly binary to allow it to complete more regularly.
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