diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-26 17:38:18 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-26 17:38:18 (GMT) |
commit | 60d604ae4e1481c139f871c30824490b6036560c (patch) | |
tree | 4837fbbfcf641953f3b879ce5a2fdd170a794ba0 /Source/cmaketest.cxx | |
parent | f4bf694bae922e2c4a98a5f2125e1ae644d29cd1 (diff) | |
download | CMake-60d604ae4e1481c139f871c30824490b6036560c.zip CMake-60d604ae4e1481c139f871c30824490b6036560c.tar.gz CMake-60d604ae4e1481c139f871c30824490b6036560c.tar.bz2 |
ENH: show output when running tests
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index cf13f5e..0227b3d 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -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(); |