aboutsummaryrefslogtreecommitdiffstats
path: root/torturetest.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-15 01:27:13 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-15 01:27:13 +0000
commit8e28d02d7f41c1b964f36b7fc305b3a3f78a5652 (patch)
tree3b81ef8227573dd30426d9db98e99efed897d6ed /torturetest.py
parent1dc72d18cd90340bf4376591180b6958ea863bf3 (diff)
downloadfetchmail-8e28d02d7f41c1b964f36b7fc305b3a3f78a5652.tar.gz
fetchmail-8e28d02d7f41c1b964f36b7fc305b3a3f78a5652.tar.bz2
fetchmail-8e28d02d7f41c1b964f36b7fc305b3a3f78a5652.zip
Oops.
svn path=/trunk/; revision=3100
Diffstat (limited to 'torturetest.py')
-rwxr-xr-xtorturetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/torturetest.py b/torturetest.py
index 6dccb5ea..c65b2e27 100755
--- a/torturetest.py
+++ b/torturetest.py
@@ -148,7 +148,7 @@ if __name__ == "__main__":
site.fetch()
if verbose:
print site.output
- if not site.failed():
+ if site.failed():
failures += 1
else:
successes += 1