ENH: More verbose

This commit is contained in:
Andy Cedilnik 2003-08-07 18:44:13 -04:00
parent b60e52c69f
commit 9a0ca088a1
1 changed files with 1 additions and 0 deletions

View File

@ -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 )