summaryrefslogtreecommitdiffstats
path: root/tests/tail/debug.sh
AgeCommit message (Collapse)AuthorLines
2026-01-01maint: run 'make update-copyright'Collin Funk-1/+1
2025-11-17tail: add --debug to report the --follow implementationPádraig Brady-0/+71
* doc/coreutils.texi (tail invocation): Describe --debug. * src/tail.c (tail_forever, tail_forever_inotify): Output which --follow implementation is being used. * tests/tail/debug.sh: Add a new test. * tests/local.mk: Reference the new test. * NEWS: Mention the new feature.