Open shlomif opened 5 years ago
$ man prove | ack -i verbose
-v, --verbose Print all test lines.
--count Show the X/Y test count when not verbose
--normalize Normalize TAP output in verbose output
The documentation for prove
says nothing about $ENV{HARNESS_VERBOSE}
. So I wouldn't expect that envvar to have any impact on prove
notwithstanding the fact that it is discussed elsewhere in the Test-Harness CPAN distribution.
Yeah, this sort of divergence between prove
and Test::Harness
is rather unfortunate.
I just wasted many minutes trying to understand why it doesn;t work on travis.