From: Patrick Donnelly Date: Wed, 27 Jun 2018 18:24:09 +0000 (-0700) Subject: qa: fix cd argument during iogen unpack X-Git-Tag: v14.0.1~919^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe62ea36d4710a526c0d1d2379d595dc6a43b868;p=ceph-ci.git qa: fix cd argument during iogen unpack Fixes: http://tracker.ceph.com/issues/24680 Signed-off-by: Patrick Donnelly --- diff --git a/qa/workunits/suites/iogen.sh b/qa/workunits/suites/iogen.sh index 4e06a6bf6a8..d92b8708355 100755 --- a/qa/workunits/suites/iogen.sh +++ b/qa/workunits/suites/iogen.sh @@ -4,7 +4,7 @@ set -e echo "getting iogen" wget http://download.ceph.com/qa/iogen_3.1p0.tar tar -xvzf iogen_3.1p0.tar -cd iogen* +cd iogen_3.1p0 echo "making iogen" make echo "running iogen"