mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
qa/workunits/rados/test_rados_tool: fix copy paste error
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
a122569dfd
commit
7f1bc1b038
@ -57,7 +57,7 @@ if ! test -f $RADOS_TOOL ; then
|
||||
fi
|
||||
CEPH_TOOL="`readlink -f \"$DNAME/../ceph\"`"
|
||||
if ! test -f $CEPH_TOOL ; then
|
||||
RADOS_TOOL=$(which ceph)
|
||||
CEPH_TOOL=$(which ceph)
|
||||
fi
|
||||
KEEP_TEMP_FILES=0
|
||||
POOL=trs_pool
|
||||
|
Loading…
Reference in New Issue
Block a user