[PATCH] testbot/Engine: Don't delete the old logs when requeuing a Task.
15 May
2018
15 May
'18
2:08 a.m.
This makes it possible to access its logs for diagnosis until it actually gets restarted. Signed-off-by: Francois Gouget <fgouget(a)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
2775
Age (days ago)
2775
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget