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:
Samuel Just 2016-05-06 12:01:35 -07:00
commit b158fa6f5a

View File

@ -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