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:
@@ -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
|
||||
|
Reference in New Issue
Block a user