Alexey Serbin has submitted this change and it was merged. Change subject: [tools] introduced GetKuduCtlAbsolutePath() ......................................................................
[tools] introduced GetKuduCtlAbsolutePath() This is a small clean-up on the tests for the Kudu command-line tools. Separated the code which returns the absolute path to the top-level kudu admin tool into GetKuduCtlAbsolutePath() utility library to avoid code duplication. Change-Id: Ib7109859fd4cbc6d380c358fd2c4dc3d00c6e874 Reviewed-on: http://gerrit.cloudera.org:8080/4547 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/tools/CMakeLists.txt M src/kudu/tools/kudu-admin-test.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/kudu-ts-cli-test.cc A src/kudu/tools/tool_test_util.cc A src/kudu/tools/tool_test_util.h 6 files changed, 97 insertions(+), 46 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4547 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib7109859fd4cbc6d380c358fd2c4dc3d00c6e874 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins
