Gabriella Lotz has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23549
Change subject: build: Add write permission to test data directories ...................................................................... build: Add write permission to test data directories The ADD_KUDU_TEST function copies test data files with read and execute permissions. However, directories were missing write permissions, which could prevent cleanup operations during builds from removing these directories. This change adds OWNER_WRITE to DIRECTORY_PERMISSIONS to allow proper cleanup of test data directories during the build process. Change-Id: I5af277dce4a1f72b8d7f0e5dfed9d5018e3da0ca --- M CMakeLists.txt 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/49/23549/1 -- To view, visit http://gerrit.cloudera.org:8080/23549 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I5af277dce4a1f72b8d7f0e5dfed9d5018e3da0ca Gerrit-Change-Number: 23549 Gerrit-PatchSet: 1 Gerrit-Owner: Gabriella Lotz <[email protected]>
