Skip to content

Tests: Teach Server test to wait for server exit

Brad King requested to merge brad.king/cmake:cmake-server-test-wait into master

We expect the server to exit when its communication pipes are closed. Close them and wait for the server to exit. If supported by the current version of python, kill the server if it does not exit after a few seconds.

Merge request reports