From 850879eb03bc282c5220a1bf66f2003f69681be8 Mon Sep 17 00:00:00 2001 From: Sebastien Ponce Date: Wed, 24 Jun 2015 10:42:20 +0200 Subject: [PATCH] Fixed inclusion of ceph-helpers file in tests after it was moved to qa/workunits --- src/test/libradosstriper/rados-striper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/libradosstriper/rados-striper.sh b/src/test/libradosstriper/rados-striper.sh index a631022a9140d..0a3879f2621a9 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 -- 2.39.5