From: Kefu Chai Date: Tue, 1 Aug 2017 08:47:21 +0000 (+0800) Subject: qa/workunits/ceph-disk: fix the path to ceph-helpers-root.sh X-Git-Tag: ses5-milestone10~6^2~5^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d67d6c57ae9ad73b82ef244a9599cc46556c17e3;p=ceph.git qa/workunits/ceph-disk: fix the path to ceph-helpers-root.sh partially reverts 841f3bd Signed-off-by: Kefu Chai --- diff --git a/qa/workunits/ceph-disk/ceph-disk.sh b/qa/workunits/ceph-disk/ceph-disk.sh index bbb93f07829..7a795b925d6 100755 --- a/qa/workunits/ceph-disk/ceph-disk.sh +++ b/qa/workunits/ceph-disk/ceph-disk.sh @@ -1,8 +1,8 @@ #!/bin/bash -if [ -f $(dirname $0)/../../standalone/ceph-helpers-root.sh ]; then - source $(dirname $0)/../../standalone/ceph-helpers-root.sh +if [ -f $(dirname $0)/../ceph-helpers-root.sh ]; then + source $(dirname $0)/../ceph-helpers-root.sh else - echo "$(dirname $0)/../../standalone/ceph-helpers-root.sh does not exist." + echo "$(dirname $0)/../ceph-helpers-root.sh does not exist." exit 1 fi