Fix __WIN32__ kill_remote() to wait for process exit
commit0e25f7e43942e1e1a1924637c306308d6751fb99
authorOlly Betts <olly@survex.com>
Tue, 18 Jul 2023 04:09:48 +0000 (18 16:09 +1200)
committerOlly Betts <olly@survex.com>
Tue, 18 Jul 2023 04:45:15 +0000 (18 16:45 +1200)
tree53a9d1d5dc29977d8227232649e0643a108521ee
parent12e7a1ea2ecb08e4600768dd97cfa4536c1fbd2a
Fix __WIN32__ kill_remote() to wait for process exit

We need to call WaitForSingleObject() to ensure the process has
actually terminated.
xapian-core/tests/harness/backendmanager_remotetcp.cc