tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8861ad85d02c10dc7b1add8d1721c5ae48c930b8
parent 19324ff0bae96059155a5b16301528d682b78078
Author: teor <teor@torproject.org>
Date:   Tue,  3 Dec 2019 13:06:30 +1000

git scripts: Add the checkSpace.pl unit tests

Extra testing after 32613.

Diffstat:
Mscripts/git/pre-commit.git-hook | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/scripts/git/pre-commit.git-hook b/scripts/git/pre-commit.git-hook @@ -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