Skip to content

Tests: Avoid leaving behind non-readable directories

Brad King requested to merge brad.king/cmake:remove-non-readable-dir into master

Since !8908 (merged) we create some non-readable directories. CMake 3.28 and below do not know how to delete them, so some nightly builds fail ctest_empty_binary_directory. Add read permission to those directories when we are finished with them.

Merge request reports