mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #8977 from liewegas/wip-ceph-tool
qa/workunits/rados/test_rados_tool: fix copy paste error Reviewed-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
commit
b158fa6f5a
@ -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