[PATCH] testbot/UpdateTaskLogs: Also remove the .err file for the step reference report.

Francois Gouget fgouget at codeweavers.com
Tue Feb 4 19:01:08 CST 2020


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/UpdateTaskLogs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/bin/UpdateTaskLogs b/testbot/bin/UpdateTaskLogs
index 4ba383f5ab..4fe6ff3c42 100755
--- a/testbot/bin/UpdateTaskLogs
+++ b/testbot/bin/UpdateTaskLogs
@@ -341,6 +341,7 @@ sub ProcessTaskLogs($$$)
         $StepReportPath = $Step->GetFullFileName($StepReportName);
       }
       $Rc += Delete($StepReportPath, "unneeded");
+      $Rc += Delete("$StepReportPath.err", "unneeded");
     }
 
     my %LogMap = (
-- 
2.20.1



More information about the wine-devel mailing list