summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest_maidenhead.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_maidenhead.py b/test_maidenhead.py
index 39010b62..b8496ae8 100755
--- a/test_maidenhead.py
+++ b/test_maidenhead.py
@@ -20,6 +20,7 @@ for (lat, lon, maidenhead, location) in [
if converted != maidenhead:
print >>sys.stderr, "maidenhead test: from %s %s (%s) expected %s got %s" \
% (lat, lon, location, maidenhead, converted)
+ errors += 1
else:
print "%s OK" % location