develooper Front page | perl.qa | Postings from August 2008

Re: Silence Command Line in TAP::Harness?

Thread Previous | Thread Next
From:
Andy Armstrong
Date:
August 21, 2008 12:09
Subject:
Re: Silence Command Line in TAP::Harness?
Message ID:
07CEED71-F634-4816-BA86-D6C7752A8F55@hexten.net
On 21 Aug 2008, at 19:54, David E. Wheeler wrote:
> Is there some way to eliminate that noisy line that shows the  
> command that will be run?

That's your code, no?

 From https://svn.kineticode.com/pgtap/tags/rel-0.02/pg_prove

     push @command, qw(
         --no-psqlrc
         --no-align
         --tuples-only
         --pset pager=
         --pset null=[NULL]
         --set ON_ERROR_ROLLBACK=1
         --file
     );

     print join ' ', @command, $/;

-- 
Andy Armstrong, Hexten


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About