[Zope-CVS] CVS: Packages/TestScripts - autotester.py:1.16

Chris Withers chrisw@nipltd.com
Fri, 11 Oct 2002 08:55:53 -0400


Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv2645

Modified Files:
	autotester.py 
Log Message:
Dime Bar :-(

=== Packages/TestScripts/autotester.py 1.15 => 1.16 ===
--- Packages/TestScripts/autotester.py:1.15	Mon Oct  7 13:57:49 2002
+++ Packages/TestScripts/autotester.py	Fri Oct 11 08:55:52 2002
@@ -182,7 +182,7 @@
             
         if errors or failures:
             pass
-        elif other_errors_re.findall(content)):
+        elif other_errors_re.findall(content):
             subject += ' Not OK :-('
         else:
             subject += ' OK :-)'