From: Loic Dachary Date: Sat, 16 May 2015 13:38:52 +0000 (+0200) Subject: tests: test/vstart_wrapper.sh uses ceph-helpers.sh X-Git-Tag: v9.0.2~146^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c693ec10813df08eb8ee73d3ddfb6a3be0ee445b;p=ceph.git tests: test/vstart_wrapper.sh uses ceph-helpers.sh Signed-off-by: Loic Dachary --- diff --git a/src/test/vstart_wrapper.sh b/src/test/vstart_wrapper.sh index 60e8a9ed0ccb..377cf8dd38ef 100755 --- a/src/test/vstart_wrapper.sh +++ b/src/test/vstart_wrapper.sh @@ -1,6 +1,7 @@ #!/bin/bash # # Copyright (C) 2013 Cloudwatt +# Copyright (C) 2015 Red Hat # # Author: Loic Dachary # @@ -15,7 +16,7 @@ # GNU Library Public License for more details. # -source test/mon/mon-test-helpers.sh +source test/ceph-helpers.sh export CEPH_VSTART_WRAPPER=1 export CEPH_DIR="$PWD/testdir/test-$CEPH_PORT"