[Zope-Checkins] CVS: Zope/utilities - testrunner.py:1.15.20.2
Tres Seaver
tseaver@zope.com
Sat, 13 Oct 2001 16:45:01 -0400
Update of /cvs-repository/Zope/utilities
In directory cvs.zope.org:/tmp/cvs-serv28657/utilities
Modified Files:
Tag: tseaver-utxfixup-branch
testrunner.py
Log Message:
- Remove debugging output.
=== Zope/utilities/testrunner.py 1.15.20.1 => 1.15.20.2 ===
names = filter( lambda x: x and x[0] != '#', lines )
f.close()
- print '.testinfo: %s' % names
for name in names:
fullpath=os.path.join(pathname, name)
if os.path.isdir(fullpath):