diff options
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 85aac75..5c058d4 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -2092,7 +2092,7 @@ int cmCTest::Run(std::vector<std::string> &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); } |