MT#56447 support log retention

... in websocket test script even if the tests succeed, for debug
purposes.

Change-Id: I54ec0b97c530e2be193c49fc887ee5b789ccf965
pull/1642/head
Richard Fuchs 3 years ago
parent 213111edb0
commit b86c3189d6

@ -3317,7 +3317,7 @@ if __name__ == "__main__":
eventloop.close()
if code == 0:
if code == 0 and not os.environ.get("RETAIN_LOGS"):
os.unlink(so.name)
os.unlink(se.name)
else:

Loading…
Cancel
Save