From 8e28d02d7f41c1b964f36b7fc305b3a3f78a5652 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 Feb 2001 01:27:13 +0000 Subject: Oops. svn path=/trunk/; revision=3100 --- torturetest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'torturetest.py') 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 -- cgit v1.2.3