mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
git scripts: Add the checkSpace.pl unit tests
Extra testing after 32613.
This commit is contained in:
parent
19324ff0ba
commit
8861ad85d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user