diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-07 22:44:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-07 22:44:13 (GMT) |
commit | 9a0ca088a1097ae5dc7b3a3264ffe4d530f13b19 (patch) | |
tree | 0089b09b3a4431d9d29ac78c65ee32b425949b0a /Source/cmaketest.cxx | |
parent | b60e52c69fde0001e323e9b994bb51f948d43e2a (diff) | |
download | CMake-9a0ca088a1097ae5dc7b3a3264ffe4d530f13b19.zip CMake-9a0ca088a1097ae5dc7b3a3264ffe4d530f13b19.tar.gz CMake-9a0ca088a1097ae5dc7b3a3264ffe4d530f13b19.tar.bz2 |
ENH: More verbose
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index 02aea5b..1aafd5a 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -240,6 +240,7 @@ int do_cmaketest (int argc, char **argv) std::cerr << output.c_str() << "\n"; // return to the original directory cmSystemTools::ChangeDirectory(cwd.c_str()); + std::cerr << "Return value: " << retVal << std::endl; return 1; } if ( retVal ) |