| commit | 812f8cce5a8f93ab32aebae940e9dc1d7c6729c1 | [log] [tgz] |
|---|---|---|
| author | Daniel Pfeifer <daniel@pfeifer-mail.de> | Mon Oct 21 21:38:35 2024 +0200 |
| committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | Wed Oct 23 14:49:55 2024 +0200 |
| tree | d6264816b828f80467839d736df2a32c7aecae3e | |
| parent | e279ba06dce9fa2eb6f2e7c7c8e1391d1681f9b2 [diff] |
cmCTest: Cleanup PopulateCustomVectors calls In `ExecuteTests`, call `PopulateCustomVectors` on the test handler. in script mode, `cmCTestHandlerCommand::InitialPass` already calls the function on the handler before processing it. Hence, calling the function all handlers in `ReadCustomConfigurationFileTree` is no longer necessary and can be removed.