Răsfoiți Sursa

(merge from head) Fix non-generation of xml results for MSVC BBv2 compile actions.

[SVN r34990]
Rene Rivera 19 ani în urmă
părinte
comite
1f0d795804
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      tools/regression/process_jam_log.cpp

+ 2 - 0
tools/regression/process_jam_log.cpp

@@ -618,6 +618,8 @@ int cpp_main( int argc, char ** argv )
       || line.find( "Archive-action " ) != string::npos
       || line.find( "vc-Link " ) != string::npos 
       || line.find( ".compile.") != string::npos
+      || line.find( "compile-") != string::npos
+      || line.find( "-compile") != string::npos
       || ( line.find( ".link") != string::npos &&
            // .linkonce is present in gcc linker messages about
            // unresolved symbols. We don't have to parse those

粤ICP备19079148号