From 60d604ae4e1481c139f871c30824490b6036560c Mon Sep 17 00:00:00 2001
From: Bill Hoffman <bill.hoffman@kitware.com>
Date: Tue, 26 Mar 2002 12:38:18 -0500
Subject: [PATCH] ENH: show output when running tests

---
 Source/cmaketest.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx
index cf13f5e1d..0227b3d57 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();