Re: multi-platform, multi-locale regression tests - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: multi-platform, multi-locale regression tests
Date
Msg-id A164362F-B0EA-43DB-80EE-C50E678E2F42@kineticode.com
Whole thread Raw
In response to Re: multi-platform, multi-locale regression tests  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: copydir prototype
Next
From: Alvaro Herrera
Date:
Subject: Re: Restructuring plancache.c API