]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: run-standalone.sh set local library location so mgr can find librados.so 26371/head
authorDavid Zafman <dzafman@redhat.com>
Tue, 12 Feb 2019 00:22:40 +0000 (16:22 -0800)
committerDavid Zafman <dzafman@redhat.com>
Tue, 12 Feb 2019 17:22:35 +0000 (09:22 -0800)
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 <dzafman@redhat.com>
qa/run-standalone.sh

index 88a4e770c0b749955943af6d98409ab5495b81ad..df5cc4efcd69b8b0ffe97cb6dd05ff7e31db8ca0 100755 (executable)
@@ -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