mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge branch 'maint-0.4.4'
This commit is contained in:
commit
29a474294c
2 changed files with 8 additions and 2 deletions
|
@ -273,8 +273,7 @@ check-local: \
|
||||||
check-spaces \
|
check-spaces \
|
||||||
check-changes \
|
check-changes \
|
||||||
check-includes \
|
check-includes \
|
||||||
shellcheck \
|
shellcheck
|
||||||
check-cocci
|
|
||||||
|
|
||||||
# test-network requires a copy of Chutney in $CHUTNEY_PATH.
|
# test-network requires a copy of Chutney in $CHUTNEY_PATH.
|
||||||
# Chutney can be cloned from https://git.torproject.org/chutney.git .
|
# Chutney can be cloned from https://git.torproject.org/chutney.git .
|
||||||
|
|
7
changes/ticket40030
Normal file
7
changes/ticket40030
Normal 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.
|
Loading…
Add table
Reference in a new issue