Call practracker from pre-push and pre-commit hooks

This commit is contained in:
rl1987
2019-04-19 09:46:36 +03:00
committed by Nick Mathewson
parent 4b8c77a590
commit a85cd5b41b
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -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