[PATCH] testbot/UpdateTaskLogs: Don't rebuild .err files in --delete mode.
31 Jan
2020
31 Jan
'20
12:15 p.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/bin/UpdateTaskLogs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/UpdateTaskLogs b/testbot/bin/UpdateTaskLogs index 267fdc8c0f..bbcab7d87c 100755 --- a/testbot/bin/UpdateTaskLogs +++ b/testbot/bin/UpdateTaskLogs @@ -286,7 +286,7 @@ sub ProcessTaskLogs($$$) if (-f $RefReportPath or -f "$RefReportPath.err") { - if (!-f "$RefReportPath.err") + if (!$OptDelete and !-f "$RefReportPath.err") { # (Re)Build the .err file before adding the reference report to # latest/. -- 2.20.1
2232
Age (days ago)
2232
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget