Przeglądaj źródła

Don't choke on directory creation errors by bjam.

[SVN r24345]
Rene Rivera 22 lat temu
rodzic
commit
23867fd344
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/regression/process_jam_log.cpp

+ 1 - 1
tools/regression/process_jam_log.cpp

@@ -594,7 +594,7 @@ int cpp_main( int argc, char ** argv )
     }
 
     // bjam indicates some prior dependency failed by a "...skipped" message
-    else if ( line.find( "...skipped <" ) != string::npos )
+    else if ( line.find( "...skipped <" ) != string::npos && line.find( "<directory-grist>" ) == string::npos)
     {
       mgr.stop_message( content );
       content.clear();

粤ICP备19079148号