Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 26, 2024
1 parent 54bc002 commit 8740984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .builder/actions/tls_server_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def run(self, env):
@atexit.register
def close_tls_server():
print("Terminating openssl TLS server")
p.poll()
print("=== stdout:")
for c in iter(lambda: p.stdout.read(1), b""):
sys.stdout.buffer.write(c)
Expand Down

0 comments on commit 8740984

Please sign in to comment.