[Zope-CVS] CVS: Packages/autotester - autotest.py:1.8
Fred L. Drake, Jr.
fred at zope.com
Thu Oct 2 15:28:37 EDT 2003
Update of /cvs-repository/Packages/autotester
In directory cvs.zope.org:/tmp/cvs-serv31085
Modified Files:
autotest.py
Log Message:
normalize whitespace
=== Packages/autotester/autotest.py 1.7 => 1.8 ===
--- Packages/autotester/autotest.py:1.7 Thu Oct 2 14:38:28 2003
+++ Packages/autotester/autotest.py Thu Oct 2 15:28:37 2003
@@ -166,7 +166,6 @@
finally:
if pythonpath is not None:
os.environ['PYTHONPATH']=pythonpath
-
def chdir(self, dir):
self.logger.info("cd %s" % dir)
@@ -240,7 +239,7 @@
overrides.append(val)
elif opt in ("-u", "--unit"):
unitname = val
-
+
if len(args) > 1:
print >>sys.stderr, "Too many command line arguments!"
sys.exit(2)
@@ -257,7 +256,6 @@
found = 0
for u in config.units:
-
if not unitname or (u.getSectionName()==unitname):
found = 1
if not u.log:
More information about the Zope-CVS
mailing list