mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Merge branch 'maint-0.4.3' into maint-0.4.4
This commit is contained in:
commit
515d4f1e93
@ -274,8 +274,7 @@ check-local: \
|
|||||||
check-changes \
|
check-changes \
|
||||||
check-includes \
|
check-includes \
|
||||||
check-best-practices \
|
check-best-practices \
|
||||||
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…
Reference in New Issue
Block a user