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

Reply via email to