ENH: Initialize handler before processing it
This commit is contained in:
parent
b17c77a1b5
commit
c60263f5ea
|
@ -679,6 +679,7 @@ int cmCTest::ExecuteHandler(const char* shandler)
|
|||
{
|
||||
return -1;
|
||||
}
|
||||
handler->Initialize();
|
||||
return handler->ProcessHandler();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue