Lines Matching refs:tail
21 print_ver_ tail
38 returns_ 124 timeout 10 tail $fastpoll -f $mode not_here && fail=1
41 returns_ 124 timeout 10 tail $fastpoll -f $mode unreadable && fail=1
44 returns_ 124 timeout .1 tail $fastpoll -f $mode here 2>tail.err || fail=1
48 returns_ 124 timeout .1 tail $fastpoll -F $mode here 2>>tail.err || fail=1
51 returns_ 124 timeout .1 tail $fastpoll -F $mode unreadable || fail=1
54 returns_ 124 timeout .1 tail $fastpoll -F $mode not_here || fail=1
56 grep -Ev "$inotify_failed_re" tail.err > x
57 mv x tail.err
58 compare /dev/null tail.err || fail=1
59 >tail.err
69 > k && > tail.out && > tail.err || framework_failure_
70 tail $fastpoll -F $mode k >tail.out 2>tail.err & pid=$!
82 test -s tail.out \
83 && ! grep -E "$inotify_failed_re" tail.err >/dev/null
86 retry_delay_ tail_F 0 1 && { cat tail.out; fail=1; }
87 retry_delay_ tail_F .2 1 && { cat tail.out; fail=1; }