From c693ec10813df08eb8ee73d3ddfb6a3be0ee445b Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sat, 16 May 2015 15:38:52 +0200 Subject: [PATCH] tests: test/vstart_wrapper.sh uses ceph-helpers.sh Signed-off-by: Loic Dachary --- src/test/vstart_wrapper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.3