X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=bin%2Ftest;h=10ea7c456094f1062daa2b212649e0d0f6b2146c;hp=cf90a6c60fe0442c9cb31d079a3903bbec43c033;hb=d37f954222a2f2b16eceb5166931f85e1838f2a2;hpb=6472ff738a71f4a65f7b67c31e75104f6e85da4f diff --git a/bin/test b/bin/test index cf90a6c..10ea7c4 100755 --- a/bin/test +++ b/bin/test @@ -139,8 +139,9 @@ for test, description in dialogue: except: pass if index is not 0: - print("ERROR: luser%s did not receive expected string:\n\n%s" - % (conversant, question)) + print("ERROR: luser%s did not receive expected string:\n\n%s\n\n" + "Check the end of capture_%s.log for received data." + % (conversant, question, conversant)) success = False break print("luser%s sending: %s" % (conversant, answer))