소스 검색

Don't choke on directory creation errors by bjam.

[SVN r24345]
Rene Rivera 22 년 전
부모
커밋
23867fd344
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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号