Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11907
Change subject: [cmake] don't add empty KUDU_DATA_FILES env variable ...................................................................... [cmake] don't add empty KUDU_DATA_FILES env variable This patch introduces an update on ADD_KUDU_TEST() custom function: if DATA_FILES is not specified for a test, don't add KUDU_DATA_FILES variable into its ctest environment. Prior to this patch, ctest environment of every test binary would contain KUDU_DATA_FILES variable. It was set to a value reflecting DATA_FILES variable defined for a test, or to an empty string otherwise. Change-Id: I2b255f6148649cd282bab70fb19c3321fec01adb --- M CMakeLists.txt 1 file changed, 8 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/07/11907/1 -- To view, visit http://gerrit.cloudera.org:8080/11907 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2b255f6148649cd282bab70fb19c3321fec01adb Gerrit-Change-Number: 11907 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
