Francois Gouget : testbot/TestAgent: Add the restart RPC.

Alexandre Julliard julliard at winehq.org
Tue Sep 24 11:41:03 CDT 2019


Module: tools
Branch: master
Commit: 28c6aeaf86ddf6b8454d6ce59b5f1f16f50f4b82
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=28c6aeaf86ddf6b8454d6ce59b5f1f16f50f4b82

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=28c6aeaf86ddf6b8454d6ce59b5f1f16f50f4b82



More information about the wine-cvs mailing list