summaryrefslogtreecommitdiff
path: root/test/end-to-end/with_serve_test_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/with_serve_test_runner.py')
-rwxr-xr-xtest/end-to-end/with_serve_test_runner.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/end-to-end/with_serve_test_runner.py b/test/end-to-end/with_serve_test_runner.py
index b8d7de72..9b94bfbf 100755
--- a/test/end-to-end/with_serve_test_runner.py
+++ b/test/end-to-end/with_serve_test_runner.py
@@ -230,6 +230,10 @@ assert remote_proc
remote_proc.terminate()
rout, rerr = remote_proc.communicate()
+assert serve_proc
+serve_proc.terminate()
+sout, serr = serve_proc.communicate()
+
dump_results()
for f in sys.argv[2:]: