ENH: show output when running tests
This commit is contained in:
parent
f4bf694bae
commit
60d604ae4e
@ -280,7 +280,7 @@ int main (int argc, char *argv[])
|
|||||||
cmSystemTools::ChangeDirectory(cwd.c_str());
|
cmSystemTools::ChangeDirectory(cwd.c_str());
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
std::cout << output << "\n";
|
||||||
// return to the original directory
|
// return to the original directory
|
||||||
cmSystemTools::ChangeDirectory(cwd.c_str());
|
cmSystemTools::ChangeDirectory(cwd.c_str());
|
||||||
cmMakefileGenerator::UnRegisterGenerators();
|
cmMakefileGenerator::UnRegisterGenerators();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user