From 26983f0f850110822dd9a4ee6a60ea978d7722df Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 04 2022 17:00:26 +0000 Subject: Fix p_libbpf to run on EL7 #2 --- diff --git a/tests/p_libbpf/0_install_libbpf.sh b/tests/p_libbpf/0_install_libbpf.sh index c92e0ae..9a90d31 100755 --- a/tests/p_libbpf/0_install_libbpf.sh +++ b/tests/p_libbpf/0_install_libbpf.sh @@ -8,5 +8,5 @@ if [ "$centos_ver" -ge 8 ] ; then t_InstallPackage libbpf t_InstallPackage bcc-tools else - t_log "Skip on less than EL8" + t_Log "Skip on less than EL8" fi