print the name of the regression before starting
This commit is contained in:
parent
3320be689f
commit
a12dfdf29a
@ -174,6 +174,8 @@ def main(argv):
|
|||||||
fails = []
|
fails = []
|
||||||
|
|
||||||
for func, name, sha, args in alpha_tests:
|
for func, name, sha, args in alpha_tests:
|
||||||
|
print "Starting regression {0} ({1})".format( name, args )
|
||||||
|
|
||||||
if any(fnmatch.fnmatch(name, x) for x in do_these_regressions):
|
if any(fnmatch.fnmatch(name, x) for x in do_these_regressions):
|
||||||
if options.profile:
|
if options.profile:
|
||||||
print >>sys.stderr, "Starting to profile to %s.profile" % name
|
print >>sys.stderr, "Starting to profile to %s.profile" % name
|
||||||
|
Reference in New Issue
Block a user