Francois Gouget : testbot/UpdateTaskLogs: Don't rebuild .err files in --delete mode.

Alexandre Julliard julliard at winehq.org
Mon Feb 3 15:05:26 CST 2020


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jan 31 13:15:14 2020 +0100

testbot/UpdateTaskLogs: Don't rebuild .err files in --delete mode.

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

---

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

diff --git a/testbot/bin/UpdateTaskLogs b/testbot/bin/UpdateTaskLogs
index 93b6504..d9369d8 100755
--- a/testbot/bin/UpdateTaskLogs
+++ b/testbot/bin/UpdateTaskLogs
@@ -271,7 +271,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/.




More information about the wine-cvs mailing list