TSI: Add a couple of lines of text to mark output more clearly
This commit is contained in:
parent
17bd4f3954
commit
1b375af181
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user