print the name of the regression before starting

This commit is contained in:
David Vierra 2011-03-07 22:34:01 -10:00
parent 3320be689f
commit a12dfdf29a

View File

@ -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