diff options
author | Sebastien Ponce <sebastien.ponce@cern.ch> | 2015-06-24 10:42:20 +0200 |
---|---|---|
committer | Sebastien Ponce <sebastien.ponce@cern.ch> | 2015-06-24 10:42:20 +0200 |
commit | 850879eb03bc282c5220a1bf66f2003f69681be8 (patch) | |
tree | 11b090cb4038f66c7cb1c64803504f65ed17717f /src/test/libradosstriper | |
parent | tests : Fixed radosstriper tests to introduce the needed calls to setup and t... (diff) | |
download | ceph-850879eb03bc282c5220a1bf66f2003f69681be8.tar.xz ceph-850879eb03bc282c5220a1bf66f2003f69681be8.zip |
Fixed inclusion of ceph-helpers file in tests after it was moved to qa/workunits
Diffstat (limited to 'src/test/libradosstriper')
-rwxr-xr-x | src/test/libradosstriper/rados-striper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/libradosstriper/rados-striper.sh b/src/test/libradosstriper/rados-striper.sh index a631022a914..0a3879f2621 100755 --- a/src/test/libradosstriper/rados-striper.sh +++ b/src/test/libradosstriper/rados-striper.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library Public License for more details. # -source test/ceph-helpers.sh +source ../qa/workunits/ceph-helpers.sh function run() { local dir=$1 |