Module: tools Branch: master Commit: 2ae3d771548291501a870e9e6010010be168cb17 URL: http://source.winehq.org/git/tools.git/?a=commit;h=2ae3d771548291501a870e9e6...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Oct 20 16:17:02 2017 +0200
testbot: Deprecate Task::ChildPid in favor of VM::ChildPid.
This way the pid of the process working on a VM is always stored in the same place which makes it easier to check if the VM is still 'busy' when validating its status field.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/Engine.pl | 38 +++++----- testbot/bin/WineRunBuild.pl | 2 +- testbot/bin/WineRunReconfig.pl | 2 +- testbot/bin/WineRunTask.pl | 2 +- testbot/lib/WineTestBot/Tasks.pm | 145 ++++++++++++++++----------------------- testbot/lib/WineTestBot/VMs.pm | 28 ++++++-- 6 files changed, 104 insertions(+), 113 deletions(-)
Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=2ae3d771548291501a870...