summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorSylvain Joubert <joubert.sy@gmail.com>2021-01-05 09:13:47 (GMT)
committerSylvain Joubert <joubert.sy@gmail.com>2021-01-05 09:32:33 (GMT)
commit39cdc8afb93724de6145297b1a8e3335b2f40605 (patch)
tree83e575ae2ef1acec7ef8699f4789b1c69426e7fe /Source/cmCTest.cxx
parent1bcd9b06b920eeadf0a574490dbd82bc78a46719 (diff)
downloadCMake-39cdc8afb93724de6145297b1a8e3335b2f40605.zip
CMake-39cdc8afb93724de6145297b1a8e3335b2f40605.tar.gz
CMake-39cdc8afb93724de6145297b1a8e3335b2f40605.tar.bz2
ctest: Make verbose mode override progress behavior
Start and results should now be back in verbose mode even with progress mode enabled.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 014ce4e..1860e0d 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -2901,7 +2901,7 @@ bool cmCTest::GetFailover() const
bool cmCTest::GetTestProgressOutput() const
{
- return this->Impl->TestProgressOutput;
+ return this->Impl->TestProgressOutput && !GetExtraVerbose();
}
bool cmCTest::GetVerbose() const