summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-10 12:45:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-02-10 12:45:30 (GMT)
commitff55f33c68fea060b5ea1e0fafac10251f304767 (patch)
tree4332235fcb143df15b298add110db5b9f2effe47 /Source/CTest
parent090dbb03861be423d8bb1b51f3ec3cd237c1d814 (diff)
parent33fa015b4a7ba4b657ac1f4021081bb3490e15cc (diff)
downloadCMake-ff55f33c68fea060b5ea1e0fafac10251f304767.zip
CMake-ff55f33c68fea060b5ea1e0fafac10251f304767.tar.gz
CMake-ff55f33c68fea060b5ea1e0fafac10251f304767.tar.bz2
Merge topic 'ctest-dashboard-with-modified-files'
33fa015b4a CTest: Restore running dashboard client Test step with modified files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5791
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx
index f30ba2b..57cc024 100644
--- a/Source/CTest/cmCTestUpdateHandler.cxx
+++ b/Source/CTest/cmCTestUpdateHandler.cxx
@@ -240,7 +240,7 @@ int cmCTestUpdateHandler::ProcessHandler()
if (localModifications) {
xml.Content("Update error: "
"There are modified or conflicting files in the repository");
- cmCTestLog(this->CTest, ERROR_MESSAGE,
+ cmCTestLog(this->CTest, WARNING,
" There are modified or conflicting files in the repository"
<< std::endl);
}