test/common: Fix flamegraph typo in vm_setup

Change-Id: I27b9e118fe760bc5e7425fad3731f54b618fb347
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/408409
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2018-04-19 16:40:50 -07:00 committed by Daniel Verkamp
parent cb2d8466dc
commit fc0dc65adc

View File

@ -165,7 +165,7 @@ else
fi
cd ~
if [ ! -d /usr/local/flamegraph ]; then
if [ ! -d /usr/local/FlameGraph ]; then
git clone https://github.com/brendangregg/FlameGraph.git
mkdir -p /usr/local
sudo mv FlameGraph /usr/local/FlameGraph