Skip to content

Commit 88c7447

Browse files
committed
Show more lines
1 parent 7a6fbf8 commit 88c7447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/tasks/r/github.linux.cran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
if grep -q "^.* checking .* \\.\\.\\. NOTE$" arrow/r/check/arrow.Rcheck/00check.log; then
6161
echo "Found R CMD check NOTE(s) in output:"
62-
grep -n "^.* checking .* \\.\\.\\. NOTE$" arrow/r/check/arrow.Rcheck/00check.log
62+
grep -n -A8 "^.* checking .* \\.\\.\\. NOTE$" arrow/r/check/arrow.Rcheck/00check.log
6363
exit 1
6464
fi
6565
- name: Save the test output

0 commit comments

Comments
 (0)