TSI: Add a couple of lines of text to mark output more clearly

This commit is contained in:
Worros 2010-11-11 15:09:09 +08:00
parent 17bd4f3954
commit 1b375af181

View File

@ -112,7 +112,9 @@ def walk_testfiles(dir, function, importer, errors, site):
if os.path.isdir(nfile):
walk_testfiles(nfile, compare, importer, errors, site)
else:
print "***********************************"
compare(nfile, importer, errors, site)
print "***********************************"
def main(argv=None):
if argv is None: