Francois Gouget : testbot/Engine: Don' t delete the old logs when requeuing a Task.

Alexandre Julliard julliard at winehq.org
Tue May 15 16:20:20 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue May 15 09:08:31 2018 +0200

testbot/Engine: Don't delete the old logs when requeuing a Task.

This makes it possible to access its logs for diagnosis until it
actually gets restarted.

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

---

 testbot/bin/Engine.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index 0f8de82..ce35094 100755
--- a/testbot/bin/Engine.pl
+++ b/testbot/bin/Engine.pl
@@ -143,7 +143,6 @@ sub Cleanup($;$$)
         if ($Requeue)
         {
           LogMsg "Requeuing $TaskKey\n";
-          $Task->RmTree();
           $Task->Status("queued");
           $Task->Started(undef);
           $Task->Ended(undef);




More information about the wine-cvs mailing list