]> 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 26475/head
authorDavid Zafman <dzafman@redhat.com>
Tue, 12 Feb 2019 00:22:40 +0000 (16:22 -0800)
committerPrashant D <pdhange@redhat.com>
Mon, 18 Feb 2019 01:48:46 +0000 (20:48 -0500)
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>
(cherry picked from commit 8bc623b9492a3a80642b0497654779d631f360b9)

Conflicts:
qa/run-standalone.sh : Resolved for LD_LIBRARY_PATH

qa/run-standalone.sh

index 2c7ceaa3414e1c605d7c7fa225908517d3d58fa3..acb486e1a723383af105ddd01ccbb76067abcdc3 100755 (executable)
@@ -36,6 +36,8 @@ trap finish TERM HUP INT
 
 PATH=$(pwd)/bin:$PATH
 
+export LD_LIBRARY_PATH="$(pwd)/lib"
+
 # TODO: Use getops
 dryrun=false
 if [[ "$1" = "--dry-run" ]]; then