summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-10 12:45:13 +0000
committerKitware Robot <kwrobot@kitware.com>2021-02-10 07:45:29 -0500
commit98597aec1a9e54fb179520eba3e155f3c0511356 (patch)
treeacb588469ded918429783cd8a48f709e2b24cb9e
parent340ca27f8d36f0a09382c22130ca8d4f2c030968 (diff)
parent33fa015b4a7ba4b657ac1f4021081bb3490e15cc (diff)
downloadcmake-98597aec1a9e54fb179520eba3e155f3c0511356.tar.gz
Merge topic 'ctest-dashboard-with-modified-files' into release-3.19
33fa015b4a CTest: Restore running dashboard client Test step with modified files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5791
-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 f30ba2bd26..57cc02420a 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);
}