Commit fc0dc65a authored by Seth Howell's avatar Seth Howell Committed by Daniel Verkamp
Browse files

test/common: Fix flamegraph typo in vm_setup



Change-Id: I27b9e118fe760bc5e7425fad3731f54b618fb347
Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/408409


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent cb2d8466
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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