Browse Source

ENH: show output when running tests

Bill Hoffman 24 years ago
parent
commit
60d604ae4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmaketest.cxx

+ 1 - 1
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();