79273570

Date: 2024-12-12 01:17:36
Score: 2
Natty:
Report link

Rawley and especially Brian,

I have tried your methods and leaned some good stuff from y'all. Note that I had to export PERL5LIB=../lib if I wanted to prove one file within the t directory.

That aside, the answer was in the Makefile itself, wherein I noticed the code testing for a parameter "TEST_VERBOSE". The make test command I needed to use to see printf output was:

make test TEST_VERBOSE=1 and voila, I see my very verbose printf output.

Thank you all!

-- Jacob S

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jake