mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Only run the checkIncludes.py script if it exists
(It was added in 0.3.5)
This commit is contained in:
parent
107e50a90f
commit
dd22c84ccf
@ -21,5 +21,6 @@ src/test/*.[ch] \
|
||||
src/test/*/*.[ch] \
|
||||
src/tools/*.[ch]
|
||||
|
||||
python scripts/maint/checkIncludes.py
|
||||
|
||||
if test -e scripts/maint/checkIncludes.py; then
|
||||
python scripts/maint/checkIncludes.py
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user