Browse Source

Comment out check for boost-test from process_jam_log. It's not really needed and jsut get's in the way of processing when there is build output before the boost-test lines. As is the case with the new BB configuration system.

[SVN r61103]
Rene Rivera 16 năm trước cách đây
mục cha
commit
de2e2803a6
1 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 7 7
      tools/regression/src/process_jam_log.cpp

+ 7 - 7
tools/regression/src/process_jam_log.cpp

@@ -758,13 +758,13 @@ int main( int argc, char ** argv )
            line_start.find( ".linkonce" ) == string::npos )
     )
     {
-      if ( !test2info.size() )
-      {
-        std::cout << "*****Error - No \"boost-test\" lines encountered.\n"
-                     "     (Usually occurs when bjam was envoked without the --dump-tests option\n"
-                     "      or bjam was envoked in the wrong directory)\n";
-        return 1;
-      }
+      //~ if ( !test2info.size() )
+      //~ {
+        //~ std::cout << "*****Error - No \"boost-test\" lines encountered.\n"
+                     //~ "     (Usually occurs when bjam was envoked without the --dump-tests option\n"
+                     //~ "      or bjam was envoked in the wrong directory)\n";
+        //~ return 1;
+      //~ }
 
       string action( ( line_start.find( "Link-action" ) != string::npos
             || line_start.find( "vc-Link" ) != string::npos 

粤ICP备19079148号