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:
parent
cb2d8466dc
commit
fc0dc65adc
@ -165,7 +165,7 @@ else
|
|||||||
fi
|
fi
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
if [ ! -d /usr/local/flamegraph ]; then
|
if [ ! -d /usr/local/FlameGraph ]; then
|
||||||
git clone https://github.com/brendangregg/FlameGraph.git
|
git clone https://github.com/brendangregg/FlameGraph.git
|
||||||
mkdir -p /usr/local
|
mkdir -p /usr/local
|
||||||
sudo mv FlameGraph /usr/local/FlameGraph
|
sudo mv FlameGraph /usr/local/FlameGraph
|
||||||
|
Loading…
Reference in New Issue
Block a user