summaryrefslogtreecommitdiffstats
path: root/Source/cmaketest.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-26 17:38:18 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-26 17:38:18 (GMT)
commit60d604ae4e1481c139f871c30824490b6036560c (patch)
tree4837fbbfcf641953f3b879ce5a2fdd170a794ba0 /Source/cmaketest.cxx
parentf4bf694bae922e2c4a98a5f2125e1ae644d29cd1 (diff)
downloadCMake-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.cxx2
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();