in reply to Increase verbosity of "make test"

Output via diag() does not get suppressed by make test (as produced for me):

# Testing HTTP::Request::FromCurl 0.52, Perl 5.024000 # Algorithm::Loops 1.032 # AutoLoader 5.74 # Carp 1.50 ... # warnings::register 1.04 t/00-load.t .................. ok # Testing with curl version '7.52.1'

I think output from STDERR does not get suppressed in general, but I'm less certain about that.

Replies are listed 'Best First'.
Re^2: Increase verbosity of "make test"
by bliako (Abbot) on Oct 11, 2023 at 07:21 UTC

    Ouch, Corion you are right. Plus STDERR also is printed. And warn from test file or module is also printed. false alarm sorry