1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

ctest: Make verbose mode override progress behavior

Start and results should now be back in verbose mode even with progress
mode enabled.
This commit is contained in:
Sylvain Joubert
2021-01-05 10:13:47 +01:00
parent 1bcd9b06b9
commit 39cdc8afb9

View File

@@ -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