mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.4.3' into release-0.4.3
This commit is contained in:
+1
-2
@@ -271,8 +271,7 @@ check-local: \
|
||||
check-spaces \
|
||||
check-changes \
|
||||
check-includes \
|
||||
shellcheck \
|
||||
check-cocci
|
||||
shellcheck
|
||||
|
||||
need-chutney-path:
|
||||
@if test ! -d "$$CHUTNEY_PATH"; then \
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user