Francois Gouget : testbot/UpdateTaskLogs: Also remove the .err file for the step reference report.
Module: tools Branch: master Commit: 1d7490a8e4c12b5237d7971e69e89a702bead071 URL: https://source.winehq.org/git/tools.git/?a=commit;h=1d7490a8e4c12b5237d7971e... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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 = (
participants (1)
-
Alexandre Julliard