summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-07-27 14:37:12 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-07-27 14:37:12 (GMT)
commit1756aa5780571879ffbc2f77c2ae04cc1953002b (patch)
tree2c0286ae08fc040f325aa67b53146ecca2a2207b /Source/CTest
parentdbbe605e74981331368e171f87bbd0837aaceeb2 (diff)
downloadCMake-1756aa5780571879ffbc2f77c2ae04cc1953002b.zip
CMake-1756aa5780571879ffbc2f77c2ae04cc1953002b.tar.gz
CMake-1756aa5780571879ffbc2f77c2ae04cc1953002b.tar.bz2
ENH: move changes from main tree to branch
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestTestHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx
index 28cbc61..3ec419a 100644
--- a/Source/CTest/cmCTestTestHandler.cxx
+++ b/Source/CTest/cmCTestTestHandler.cxx
@@ -684,6 +684,7 @@ void cmCTestTestHandler::ProcessDirectory(std::vector<cmStdString> &passed,
<< std::endl;
cmCTestLog(this->CTest, ERROR_MESSAGE, "Unable to find executable: "
<< args[1].c_str() << std::endl);
+ cres.Output = "Unable to find executable: " + args[1];
if ( !this->CTest->GetShowOnly() )
{
cres.FullCommandLine = actualCommand;