mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
ENH: Initialize handler before processing it
This commit is contained in:
@@ -679,6 +679,7 @@ int cmCTest::ExecuteHandler(const char* shandler)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
handler->Initialize();
|
||||
return handler->ProcessHandler();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user