Todd Lipcon has submitted this change and it was merged. Change subject: Fix run-test and dist-test to make paths absolute ......................................................................
Fix run-test and dist-test to make paths absolute This fixes issues with run-test.sh (and transitively with dist-test) when trying to run them from within a working directory which isn't the repository root. The recent out-of-tree build patch broke some of this behavior. Tested by verifying I can now run: ../build-support/run-test.sh ./latest/cbtree-test from my build directory. I also successfully submitted a dist-test task. Change-Id: Ief6768d05fc4ae5016813909f819fc9e99f9ebd6 Reviewed-on: http://gerrit.cloudera.org:8080/1857 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M README.adoc M build-support/dist_test.py M build-support/run-test.sh 3 files changed, 20 insertions(+), 10 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/1857 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ief6768d05fc4ae5016813909f819fc9e99f9ebd6 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
