X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=02d98a57e49ba4b4cdcdc3fbca9898fb9e6ce442;hp=62395991dc87091cc5a8b0c930f1fb6244d50bf5;hb=aaf2c798ebd282995e7aaa2915dd5848907b7a03;hpb=6161f58fe66ce3cbfa236625555ce54280a0dad8 diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index 6239599..02d98a5 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -260,6 +260,10 @@ def main(): index, match, received = lusers[conversant].expect( [re.compile(question.encode("utf-8"), flags=re.DOTALL)], 5) captures[conversant] += received.decode("utf-8") + except ConnectionResetError: + print("ERROR: Unable to connect to server.") + success = False + break except EOFError: print("ERROR: luser%s premature disconnection expecting:\n\n" "%s\n\n"