1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Check ruby-related includes only [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-07-14 19:23:05 +09:00
parent 6f35a4e526
commit bf5711f498
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -741,7 +741,7 @@ check: main test test-tool test-all test-spec
if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \ if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \
b=`$(GIT) symbolic-ref --short HEAD 2>&1` && \ b=`$(GIT) symbolic-ref --short HEAD 2>&1` && \
u=`$(GIT) branch --list --format='%(upstream:short)' $$b`; then \ u=`$(GIT) branch --list --format='%(upstream:short)' $$b`; then \
set -x; $(GIT) --no-pager log --format=oneline -G "^ *# *include" $$u..HEAD --; \ set -x; $(GIT) --no-pager log --format=oneline -G '^ *# *include *("|<ruby)' $$u..HEAD --; \
fi fi
check-ruby: test test-ruby check-ruby: test test-ruby