mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
test_server: Wait for run-dev after terminating it.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e1a3aa9c1a
commit
1c7db528bd
@@ -93,6 +93,7 @@ def test_server_running(force: bool=False, external_host: str='testserver',
|
||||
finally:
|
||||
assert_server_running(server, log_file)
|
||||
server.terminate()
|
||||
server.wait()
|
||||
|
||||
if __name__ == '__main__':
|
||||
# The code below is for testing this module works
|
||||
|
||||
Reference in New Issue
Block a user