Module: tools Branch: master Commit: 4c2e3c7323861c561e4cc3035f5cf7cbae9cbaa3 URL: https://source.winehq.org/git/tools.git/?a=commit;h=4c2e3c7323861c561e4cc303... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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);