From: Patrick Donnelly Date: Wed, 27 Jun 2018 18:24:09 +0000 (-0700) Subject: qa: fix cd argument during iogen unpack X-Git-Tag: v12.2.8~88^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5bf107caf9a753e8ceeef8e6692d3cea213936c7;p=ceph.git qa: fix cd argument during iogen unpack Fixes: http://tracker.ceph.com/issues/24680 Signed-off-by: Patrick Donnelly (cherry picked from commit fe62ea36d4710a526c0d1d2379d595dc6a43b868) --- diff --git a/qa/workunits/suites/iogen.sh b/qa/workunits/suites/iogen.sh index d159bde97197..03e08c78dd42 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"