ENH: show output when running tests

This commit is contained in:
Bill Hoffman 2002-03-26 12:38:18 -05:00
parent f4bf694bae
commit 60d604ae4e

View File

@ -280,7 +280,7 @@ int main (int argc, char *argv[])
cmSystemTools::ChangeDirectory(cwd.c_str());
return 1;
}
std::cout << output << "\n";
// return to the original directory
cmSystemTools::ChangeDirectory(cwd.c_str());
cmMakefileGenerator::UnRegisterGenerators();