From: Patrick Donnelly Date: Wed, 27 Jun 2018 18:26:47 +0000 (-0700) Subject: qa: fix ffsb cd argument X-Git-Tag: v14.0.1~919^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22741%2Fhead;p=ceph.git qa: fix ffsb cd argument Avoid potential failures relating to HEAD^. Signed-off-by: Patrick Donnelly --- diff --git a/qa/workunits/suites/ffsb.sh b/qa/workunits/suites/ffsb.sh index ec7e3fbb2643..e44519553d34 100755 --- a/qa/workunits/suites/ffsb.sh +++ b/qa/workunits/suites/ffsb.sh @@ -6,7 +6,7 @@ mydir=`dirname $0` wget http://download.ceph.com/qa/ffsb.tar.bz2 tar jxvf ffsb.tar.bz2 -cd ffsb-* +cd ffsb-6.0-rc2 patch -p1 < $mydir/ffsb.patch ./configure make