From a569d858bdb74d6cb5de3bc6c8aa16e184bdb73e Mon Sep 17 00:00:00 2001 From: wangyu Date: Tue, 9 May 2023 09:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=84=9A=E6=9C=ACoe=5Ftest?= =?UTF-8?q?=5Fcount=5Fgperftools=5Ffunction.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oe_test_count_gperftools_function.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/system-test/system-integration/os-basic/oe_test_count_gperftools_function/oe_test_count_gperftools_function.sh b/testcases/system-test/system-integration/os-basic/oe_test_count_gperftools_function/oe_test_count_gperftools_function.sh index 39628fdb0..63363af80 100644 --- a/testcases/system-test/system-integration/os-basic/oe_test_count_gperftools_function/oe_test_count_gperftools_function.sh +++ b/testcases/system-test/system-integration/os-basic/oe_test_count_gperftools_function/oe_test_count_gperftools_function.sh @@ -20,7 +20,7 @@ source ${OET_PATH}/libs/locallibs/common_lib.sh function pre_test() { LOG_INFO "Start environmental preparation." - DNF_INSTALL "gperftools" + DNF_INSTALL "gperftools gperftools-devel g++ pprof" LOG_INFO "End of environmental preparation!" } -- Gitee