Re: multi-platform, multi-locale regression tests

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: <markus(at)bluegap(dot)ch>, <peter_e(at)gmx(dot)net>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: multi-platform, multi-locale regression tests
Date: 2010-11-12 21:41:02
Message-ID: A164362F-B0EA-43DB-80EE-C50E678E2F42@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2010-11-12 21:47:32 Re: Restructuring plancache.c API
Previous Message Robert Haas 2010-11-12 21:36:06 Re: copydir prototype