Skip to content

Commit

Permalink
test_server: Wait for run-dev after terminating it.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and vishkrish200 committed Oct 15, 2020
1 parent 1983046 commit 01bd8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/lib/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01bd8f4

Please sign in to comment.