Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20326 )
Change subject: [tools] Enable building 'kudu test' CLI tool by default ...................................................................... [tools] Enable building 'kudu test' CLI tool by default This patch enable building 'kudu test' CLI tool by default even if -DNO_TESTS=1. However, it's possible to disable building the test-related CLI tool by setting -DKUDU_CLI_TEST_TOOL_ENABLED=0. Change-Id: I381348b0123f8566d547cdd4449e308ea5f6aa13 Reviewed-on: http://gerrit.cloudera.org:8080/20326 Reviewed-by: Yifan Zhang <[email protected]> Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M CMakeLists.txt M src/kudu/clock/CMakeLists.txt M src/kudu/hms/CMakeLists.txt M src/kudu/master/CMakeLists.txt M src/kudu/mini-cluster/CMakeLists.txt M src/kudu/postgres/CMakeLists.txt M src/kudu/ranger-kms/CMakeLists.txt M src/kudu/ranger/CMakeLists.txt M src/kudu/security/CMakeLists.txt M src/kudu/tools/CMakeLists.txt M src/kudu/tools/tool_action.h M src/kudu/tools/tool_action_test.cc M src/kudu/tools/tool_main.cc M src/kudu/tserver/CMakeLists.txt M src/kudu/util/CMakeLists.txt 15 files changed, 114 insertions(+), 104 deletions(-) Approvals: Yifan Zhang: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20326 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I381348b0123f8566d547cdd4449e308ea5f6aa13 Gerrit-Change-Number: 20326 Gerrit-PatchSet: 6 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Yuqi Du <[email protected]>
