[PATCH] testbot/UpdateTaskLogs: Also remove the .err file for the step reference report.
5 Feb
2020
5 Feb
'20
1:01 a.m.
Signed-off-by: Francois Gouget <fgouget(a)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
2227
Age (days ago)
2227
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget