mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Call practracker from pre-push and pre-commit hooks
This commit is contained in:
@@ -39,3 +39,7 @@ fi
|
||||
if test -e scripts/maint/checkIncludes.py; then
|
||||
python scripts/maint/checkIncludes.py
|
||||
fi
|
||||
|
||||
if [ -e scripts/maint/practracker/practracker.py ]; then
|
||||
python3 ./scripts/maint/practracker/practracker.py "$workdir"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user