Re: multi-platform, multi-locale regression tests

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: multi-platform, multi-locale regression tests
Дата
Msg-id A164362F-B0EA-43DB-80EE-C50E678E2F42@kineticode.com
обсуждение исходный текст
Ответ на Re: multi-platform, multi-locale regression tests  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: copydir prototype
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Restructuring plancache.c API