Module: tools Branch: master Commit: 28c6aeaf86ddf6b8454d6ce59b5f1f16f50f4b82 URL: https://source.winehq.org/git/tools.git/?a=commit;h=28c6aeaf86ddf6b8454d6ce5...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Sep 24 11:06:43 2019 +0200
testbot/TestAgent: Add the restart RPC.
This is similar to the upgrade RPC but leaves out sending the new server binary and allows changing the server command line which makes it more flexible.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/TestAgent.pm | 52 ++++++++ testbot/scripts/TestAgent | 14 ++- testbot/src/testagentd/platform.h | 2 +- testbot/src/testagentd/platform_unix.c | 45 +++++-- testbot/src/testagentd/platform_windows.c | 199 ++++++++++++++++++++++++++++-- testbot/src/testagentd/testagentd.c | 72 ++++++++++- 6 files changed, 356 insertions(+), 28 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=28c6aeaf86ddf6b8454d...