From 8bc623b9492a3a80642b0497654779d631f360b9 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Mon, 11 Feb 2019 16:22:40 -0800 Subject: [PATCH] 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 --- qa/run-standalone.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/run-standalone.sh b/qa/run-standalone.sh index 88a4e770c0b..df5cc4efcd6 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 -- 2.39.5