diff options
author | Brad King <brad.king@kitware.com> | 2021-02-10 12:45:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-02-10 12:45:30 (GMT) |
commit | ff55f33c68fea060b5ea1e0fafac10251f304767 (patch) | |
tree | 4332235fcb143df15b298add110db5b9f2effe47 /Source/CTest | |
parent | 090dbb03861be423d8bb1b51f3ec3cd237c1d814 (diff) | |
parent | 33fa015b4a7ba4b657ac1f4021081bb3490e15cc (diff) | |
download | CMake-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.cxx | 2 |
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); } |