mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-07 23:28:36 -06:00
ENH: show output when running tests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user