summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index f3ff289..0d5a2bf 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -679,6 +679,7 @@ int cmCTest::ExecuteHandler(const char* shandler)
{
return -1;
}
+ handler->Initialize();
return handler->ProcessHandler();
}