Explorar el Código

Fix non-generation of xml results for MSVC BBv2 compile actions.

[SVN r34989]
Rene Rivera hace 20 años
padre
commit
e1d5562f6c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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号