• Eric Paris's avatar
    hack: Switch some $(dirname $0)../blah to use ${KUBE_*} vars · 3a40db8f
    Eric Paris authored
    This doesn't fix anything broken. But we have config-go which exports
    KUBE_REPO_ROOT and KUBE_TARGET.  Using those means the test scripts can
    be more easily moved around the repo and still work.  Especially in
    hack/test-integration.sh where we use hack/build-go.sh which is going
    to use KUBE_TARGET to place the binary, then we use a different method
    to find/execute the binary...
    3a40db8f
test-cmd.sh 2.63 KB