mirror of
https://github.com/torproject/collector.git
synced 2024-11-26 19:00:38 +00:00
unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/
cd15f34463
One of the previously made changes to cleaning up directories was that empty directories were deleted. This was necessary, because otherwise there would be a growing number of directories as files get deleted after reaching an age of seven weeks. However, this change should not have included deleting the cleaned up directory itself. In practice, this will not happen. But in tests it's certainly possible that a directory is empty and then gets deleted. This leads to all sorts of problems in tests. The fix is to limit deleting empty directories to subdirectories. That's what this commit does. |
||
---|---|---|
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
build.xml | ||
CHANGELOG.md | ||
INSTALL.md | ||
LICENSE |