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

Francois Gouget fgouget at codeweavers.com
Tue May 15 02:08:31 CDT 2018


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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/Engine.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index 0f8de82af..ce3509440 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);
-- 
2.17.0




More information about the wine-devel mailing list