diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 85aac755c9..5c058d4e37 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -2092,7 +2092,7 @@ int cmCTest::Run(std::vector &args, std::string* output) res = this->GetHandler("script")->ProcessHandler(); if(res != 0) { - cmCTestLog(this, DEBUG, "running script failing returing: " << res + cmCTestLog(this, DEBUG, "running script failing returning: " << res << std::endl); }