Todd Lipcon has uploaded a new patch set (#2). 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 --- M README.adoc M build-support/dist_test.py M build-support/run-test.sh 3 files changed, 20 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/1857/2 -- To view, visit http://gerrit.cloudera.org:8080/1857 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ief6768d05fc4ae5016813909f819fc9e99f9ebd6 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
