瀏覽代碼

fix libs/libs/ glitch

[SVN r19380]
Beman Dawes 23 年之前
父節點
當前提交
3d219d249c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/regression/process_jam_log.cpp

+ 1 - 0
tools/regression/process_jam_log.cpp

@@ -422,6 +422,7 @@ int cpp_main( int argc, char ** argv )
       info.file_path = line.substr( pos+3,
         line.find( "\"", pos+3 )-pos-3 );
       convert_path_separators( info.file_path );
+      if ( info.file_path.find( "libs/libs/" ) == 0 ) info.file_path.erase( 0, 5 );
       test2info.insert( std::make_pair( test_name, info ) );
 //      std::cout << test_name << ", " << info.type << ", " << info.file_path << "\n";
       continue;

粤ICP备19079148号