git scripts: Add the checkSpace.pl unit tests

Extra testing after 32613.
This commit is contained in:
teor 2019-12-03 13:06:30 +10:00 committed by Nick Mathewson
parent 19324ff0ba
commit 8861ad85d0

View File

@ -61,6 +61,10 @@ if [ -e "${PT_DIR}/test_practracker.sh" ]; then
"${PT_DIR}/test_practracker.sh"
fi
if [ -e scripts/maint/checkSpaceTest.sh ]; then
scripts/maint/checkSpaceTest.sh
fi
if [ ! "$CHECK_FILES" ]; then
echo "No modified tor-owned source files, skipping further checks"
exit 0