# HG changeset patch # User Paul Boddie # Date 1428764879 -7200 # Node ID 42a242ec2c6b25d90d1c7fb1038a7c28deaffbd2 # Parent e2716836f4781cea50cec82c65d70617761dcab7 Exit the fetch script if communication fails. diff -r e2716836f478 -r 42a242ec2c6b tests/test_fetch.py --- a/tests/test_fetch.py Sat Apr 11 17:07:36 2015 +0200 +++ b/tests/test_fetch.py Sat Apr 11 17:07:59 2015 +0200 @@ -61,6 +61,7 @@ except MoinMessageError, exc: print >>sys.stderr, exc + sys.exit(1) # Indicate the signature details of the response.