On Nov 12, 2010, at 12:39 PM, Kevin Grittner wrote:

> (2) If I wanted something to show in the TAP output, like the three
> counts at the end of the test, what's the right way to do that?  (I
> suspect that printing with a '#' character at the front of the line
> would do it, but that's probably not the proper way...)

That is the proper way, but dtest might have a method for you to do that. If 
not, just do this before you print:

    $printme =~ s/^/# /g;

Best,

David


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to