mirror of
https://github.com/ceph/ceph
synced 2025-03-31 07:53:23 +00:00
tests: fix test_rados_tools.sh rados lookup
http://tracker.ceph.com/issues/13691 Fixes: #13691 Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
cbe25efe39
commit
402d181ede
@ -53,7 +53,7 @@ DNAME="`dirname $0`"
|
||||
DNAME="`readlink -f $DNAME`"
|
||||
RADOS_TOOL="`readlink -f \"$DNAME/../rados\"`"
|
||||
if ! test -f $RADOS_TOOL ; then
|
||||
RADOS_TOOL=rados
|
||||
RADOS_TOOL=$(which rados)
|
||||
fi
|
||||
KEEP_TEMP_FILES=0
|
||||
POOL=trs_pool
|
||||
|
Loading…
Reference in New Issue
Block a user