diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-07 17:59:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-07 17:59:35 (GMT) |
commit | 2a31d34b2e56f3b0d4842a9f40d8a00774d055d2 (patch) | |
tree | a950289e21e9991ff00641711e0ae2edac2ccaff /Source/CTest/cmCTestScriptHandler.cxx | |
parent | ccfab2622bedf9ccce0a0d1136613703b0c3ef04 (diff) | |
download | CMake-2a31d34b2e56f3b0d4842a9f40d8a00774d055d2.zip CMake-2a31d34b2e56f3b0d4842a9f40d8a00774d055d2.tar.gz CMake-2a31d34b2e56f3b0d4842a9f40d8a00774d055d2.tar.bz2 |
ENH: Be more verbose
Diffstat (limited to 'Source/CTest/cmCTestScriptHandler.cxx')
-rw-r--r-- | Source/CTest/cmCTestScriptHandler.cxx | 1 |
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; } |