[tap-l] pgTAP

David E. Wheeler david at kineticode.com
Sun Jun 15 15:35:12 UTC 2008


On Jun 15, 2008, at 08:34, David E. Wheeler wrote:

> TAP::Harness->new({
>     verbosity => $opts->{verbose} || $ENV{TEST_VERBOSE},
>     timer     => $opts->{timer},
>     color     => $opts->{color},
>     exec      => {
>        '[.]t$' => 'perl',
>        '[.]s%' => [qw(psql -U postgres -d try -f)]

Uh, s/%/$/. Sorry.

Best,

David


More information about the tap-l mailing list