Hello Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11907
to look at the new patch set (#3).
Change subject: [cmake] no empty KUDU_DATA_FILES ctest env variables
......................................................................
[cmake] no empty KUDU_DATA_FILES ctest env variables
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. If DATA_FILES was specified for a
test, it was set to corresponding value, otherwise it was set to
an empty string.
Change-Id: I2b255f6148649cd282bab70fb19c3321fec01adb
---
M CMakeLists.txt
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/07/11907/3
--
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: newpatchset
Gerrit-Change-Id: I2b255f6148649cd282bab70fb19c3321fec01adb
Gerrit-Change-Number: 11907
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)