We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6fbf8 commit 88c7447Copy full SHA for 88c7447
1 file changed
dev/tasks/r/github.linux.cran.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
if grep -q "^.* checking .* \\.\\.\\. NOTE$" arrow/r/check/arrow.Rcheck/00check.log; then
61
echo "Found R CMD check NOTE(s) in output:"
62
- grep -n "^.* checking .* \\.\\.\\. NOTE$" arrow/r/check/arrow.Rcheck/00check.log
+ grep -n -A8 "^.* checking .* \\.\\.\\. NOTE$" arrow/r/check/arrow.Rcheck/00check.log
63
exit 1
64
fi
65
- name: Save the test output
0 commit comments