0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 04:12:13 +02:00

Merge branch 'maint-0.4.4'

This commit is contained in:
David Goulet 2020-07-13 15:04:13 -04:00
commit 29a474294c
2 changed files with 8 additions and 2 deletions

View File

@ -273,8 +273,7 @@ check-local: \
check-spaces \
check-changes \
check-includes \
shellcheck \
check-cocci
shellcheck
# test-network requires a copy of Chutney in $CHUTNEY_PATH.
# Chutney can be cloned from https://git.torproject.org/chutney.git .

7
changes/ticket40030 Normal file
View File

@ -0,0 +1,7 @@
o Removed features:
- Our "check-local" test target no longer tries to use the Coccinelle
semantic patching tool parse all the C files. While it is a good idea
to try to make sure Coccinelle works on our C before we run a
Coccinelle patch, doing so on every test run has proven to be disruptive.
You can still run this tool manually with "make check-cocci". Closes
ticket 40030.