Francois Gouget : testbot/UpdateTaskLogs: Also remove the .err file for the step reference report.

Alexandre Julliard julliard at winehq.org
Wed Feb 5 15:42:50 CST 2020


Module: tools
Branch: master
Commit: 1d7490a8e4c12b5237d7971e69e89a702bead071
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=1d7490a8e4c12b5237d7971e69e89a702bead071

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Feb  5 02:01:08 2020 +0100

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/UpdateTaskLogs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/bin/UpdateTaskLogs b/testbot/bin/UpdateTaskLogs
index 4ba383f..4fe6ff3 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 = (




More information about the wine-cvs mailing list