TSI: Add a couple of lines of text to mark output more clearly
This commit is contained in:
@@ -112,7 +112,9 @@ def walk_testfiles(dir, function, importer, errors, site):
|
|||||||
if os.path.isdir(nfile):
|
if os.path.isdir(nfile):
|
||||||
walk_testfiles(nfile, compare, importer, errors, site)
|
walk_testfiles(nfile, compare, importer, errors, site)
|
||||||
else:
|
else:
|
||||||
|
print "***********************************"
|
||||||
compare(nfile, importer, errors, site)
|
compare(nfile, importer, errors, site)
|
||||||
|
print "***********************************"
|
||||||
|
|
||||||
def main(argv=None):
|
def main(argv=None):
|
||||||
if argv is None:
|
if argv is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user