This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/TEST: clean up cachegrind.out.$pid intermediate files
authorJim Cromie <jim.cromie@gmail.com>
Mon, 12 Sep 2011 05:32:50 +0000 (23:32 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Sep 2011 13:24:40 +0000 (06:24 -0700)
commitc96083ea8213cd642231f3117ac165e6c23b264a
treee0c0b0bb332128b86c2a9ce0f28dfddf4b3a79e9
parent87dfd78cc57a7a8505c1bc5e74069c037c212b72
t/TEST: clean up cachegrind.out.$pid intermediate files

running cachegrind leaves lots of intermediate files, delete them at
the end.  Killing make test leaves them around, but this may be useful
for some debugging purposes.

Rework _find_tests($dir) into _find_files($patt,$dir) and wrapper,
to support existing uses and new one.
t/TEST