andk / pause

Perl authors upload server
http://pause.perl.org/
150 stars 57 forks source link

tests: quiet noise from verbosely run tests #511

Closed rjbs closed 4 months ago

rjbs commented 4 months ago

This really only affects the indexer tests but:

  1. do not print "initializing git repo" for every single new TestPAUSE
  2. when printing out whether files changed, replace the long tmpdir path with ${TEST} to reduce clutter

(The path will be gone, so seeing it isn't useful. If you need to work with the results, you can call $testpause->run_shell in the tests.)