qa: fix cd argument during iogen unpack

Fixes: http://tracker.ceph.com/issues/24680

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2018-06-27 11:24:09 -07:00
parent 32169723a7
commit fe62ea36d4
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -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"