Francois Gouget : testbot/CheckWinetestUpdate: Let the Engine handle moving staging files to the jobs directory.

Alexandre Julliard julliard at winehq.org
Thu May 15 15:13:55 CDT 2014


Module: tools
Branch: master
Commit: eeed0b5f0f4af7d985e9e72135f6f75ffe1c1d82
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=eeed0b5f0f4af7d985e9e72135f6f75ffe1c1d82

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu May 15 15:51:04 2014 +0200

testbot/CheckWinetestUpdate: Let the Engine handle moving staging files to the jobs directory.

Otherwise there is a race condition between CheckWinetestUpdate and the Engine.

---

 testbot/bin/CheckForWinetestUpdate.pl |    2 --
 1 file changed, 2 deletions(-)

diff --git a/testbot/bin/CheckForWinetestUpdate.pl b/testbot/bin/CheckForWinetestUpdate.pl
index 98165a3..fc24fb6 100755
--- a/testbot/bin/CheckForWinetestUpdate.pl
+++ b/testbot/bin/CheckForWinetestUpdate.pl
@@ -110,8 +110,6 @@ sub AddJob
       LogMsg "Failed to save job: $ErrMessage\n";
       exit 1;
     }
-
-    $NewStep->HandleStaging($NewJob->Id);
   }
 }
 




More information about the wine-cvs mailing list