瀏覽代碼

ENH: add flush

Bill Hoffman 24 年之前
父節點
當前提交
2c0f4f6725
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/ctest.cxx

+ 1 - 0
Source/ctest.cxx

@@ -139,6 +139,7 @@ void ctest::ProcessDirectory(int &passed, int &failed)
           continue;
           }
         fprintf(stderr,"Testing %-30s ",args[0].c_str());
+        fflush(stderr);
         //std::cerr << "Testing " << args[0] << " ... ";
         // find the test executable
         std::string testCommand =