]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits/ceph-disk: fix the path to ceph-helpers-root.sh
authorKefu Chai <kchai@redhat.com>
Tue, 1 Aug 2017 08:47:21 +0000 (16:47 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 1 Aug 2017 13:54:44 +0000 (21:54 +0800)
partially reverts 841f3bd

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/workunits/ceph-disk/ceph-disk.sh

index bbb93f07829c20ac3cf2582662059f0213195b1c..7a795b925d68cb8e70f0fd1f7f3c7a68b847c8a1 100755 (executable)
@@ -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