Add troubleshooting note to test failure output
[mudpy.git] / bin / test
index cf90a6c..10ea7c4 100755 (executable)
--- 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))