From: David Zafman Date: Tue, 12 Feb 2019 00:22:40 +0000 (-0800) Subject: test: run-standalone.sh set local library location so mgr can find librados.so X-Git-Tag: v14.1.0~108^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26371%2Fhead;p=ceph.git test: run-standalone.sh set local library location so mgr can find librados.so This caused qa/standalone/misc/test-ceph-helpers.sh to fail "MGR_MODULE_DEPENDENCY 8 mgr modules have failed dependencies" Fixes: http://tracker.ceph.com/issues/38262 Signed-off-by: David Zafman --- diff --git a/qa/run-standalone.sh b/qa/run-standalone.sh index 88a4e770c0b7..df5cc4efcd69 100755 --- a/qa/run-standalone.sh +++ b/qa/run-standalone.sh @@ -55,6 +55,8 @@ PATH=$(pwd)/bin:$PATH # user's PATH does not get these directories by default (e.g., tumbleweed) PATH=$PATH:/sbin:/usr/sbin +export LD_LIBRARY_PATH="$(pwd)/lib" + # TODO: Use getops dryrun=false if [[ "$1" = "--dry-run" ]]; then