Merge PR #22725 into master

* refs/pull/22725/head:
	qa/workunits/suites/blogbench.sh: use correct dir name

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
Patrick Donnelly 2018-06-27 11:13:37 -07:00
commit f28cc3a082
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -5,7 +5,7 @@ echo "getting blogbench"
wget http://download.ceph.com/qa/blogbench-1.0.tar.bz2
#cp /home/gregf/src/blogbench-1.0.tar.bz2 .
tar -xvf blogbench-1.0.tar.bz2
cd blogbench*
cd blogbench-1.0/
echo "making blogbench"
./configure
make