summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-07 17:59:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-07 17:59:35 (GMT)
commit2a31d34b2e56f3b0d4842a9f40d8a00774d055d2 (patch)
treea950289e21e9991ff00641711e0ae2edac2ccaff /Source/CTest
parentccfab2622bedf9ccce0a0d1136613703b0c3ef04 (diff)
downloadCMake-2a31d34b2e56f3b0d4842a9f40d8a00774d055d2.zip
CMake-2a31d34b2e56f3b0d4842a9f40d8a00774d055d2.tar.gz
CMake-2a31d34b2e56f3b0d4842a9f40d8a00774d055d2.tar.bz2
ENH: Be more verbose
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestScriptHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.cxx b/Source/CTest/cmCTestScriptHandler.cxx
index 4149e95..152a634 100644
--- a/Source/CTest/cmCTestScriptHandler.cxx
+++ b/Source/CTest/cmCTestScriptHandler.cxx
@@ -699,6 +699,7 @@ int cmCTestScriptHandler::PerformExtraUpdates()
if (!res || retVal != 0)
{
cmSystemTools::Error("Unable to perform extra updates:\n",
+ it->c_str(), "\nWith output:\n",
output.c_str());
return 0;
}