mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06: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