Perl-Toolchain-Gang / Test-Harness

Run Perl standard test scripts with statistics
http://testanything.org/
29 stars 65 forks source link

Tidy up core dump file #122

Closed jkeenan closed 1 year ago

jkeenan commented 1 year ago

On machines where 'ulimit -c' does not return '0', a perl.core file is created here. We don't need to examine it, and it's annoying to have it subsequently show up as an untracked file in git status, so simply get rid of it per suggestion by Karen Etheridge at https://github.com/Perl/perl5/issues/21455#issuecomment-1713141431.

For: https://github.com/Perl-Toolchain-Gang/Test-Harness/issues/121

jkeenan commented 1 year ago

On machines where 'ulimit -c' does not return '0', a perl.core file is created here. We don't need to examine it, and it's annoying to have it subsequently show up as an untracked file in git status, so simply get rid of it per suggestion by Karen Etheridge at Perl/perl5#21455 (comment).

For: #121

Toolchain Gang: Could we get some discussion of this merge request? Thanks.