Skip to content
Snippets Groups Projects
Commit 8861ad85 authored by teor's avatar teor Committed by Nick Mathewson
Browse files

git scripts: Add the checkSpace.pl unit tests

Extra testing after 32613.
parent 19324ff0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment