فهرست منبع

always clear out lib failure residue to prevent stale xml entry

[SVN r21374]
Beman Dawes 22 سال پیش
والد
کامیت
f19b6c88f5
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      tools/regression/process_jam_log.cpp

+ 2 - 1
tools/regression/process_jam_log.cpp

@@ -338,7 +338,7 @@ namespace
       assert( m_target_directory == target_directory );
       assert( result == "succeed" || result == "fail" );
 
-      // if test_log.xml entry needed, create it
+      // if test_log.xml entry needed
       if ( !m_compile_failed
         || action_name != "compile"
         || m_previous_target_directory != target_directory )
@@ -347,6 +347,7 @@ namespace
           && result == "fail" ) m_compile_failed = true;
 
         test_log tl( target_directory, m_test_name, m_toolset );
+        tl.remove_action( "lib" ); // always clear out lib residue
 
         // dependency removal
         if ( action_name == "lib" )

粤ICP备19079148号