diff options
author | Brad King <brad.king@kitware.com> | 2016-09-18 13:35:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-19 12:40:10 (GMT) |
commit | ea23db00f46356c7ed36a3c49db5de8e300db44e (patch) | |
tree | 2dc2b7211259bc28303451e23d511b115fda617f /Utilities/Release/win32_release.cmake | |
parent | ca504042d1e28bfafa100d1be825928640cca7f6 (diff) | |
download | CMake-ea23db00f46356c7ed36a3c49db5de8e300db44e.zip CMake-ea23db00f46356c7ed36a3c49db5de8e300db44e.tar.gz CMake-ea23db00f46356c7ed36a3c49db5de8e300db44e.tar.bz2 |
Utilities/Release: Suppress KWSys ConsoleBuf test on Windows binaries
The test fails spuriously too often. Additional work on the test
will be needed to make it more reliable. For now just skip the
test when building nightly binaries so they can complete.
Diffstat (limited to 'Utilities/Release/win32_release.cmake')
-rw-r--r-- | Utilities/Release/win32_release.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Release/win32_release.cmake b/Utilities/Release/win32_release.cmake index a27efda..f54a4ca 100644 --- a/Utilities/Release/win32_release.cmake +++ b/Utilities/Release/win32_release.cmake @@ -27,6 +27,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 Qt5Autogen") + set(EXTRA_CTEST_ARGS "-E 'Qt5Autogen|ConsoleBuf'") endif() include(${path}/release_cmake.cmake) |