From 2cb61b12dfda719b6be014f6db09777849c71def Mon Sep 17 00:00:00 2001 From: jerry-553 <1007388420@qq.com> Date: Mon, 1 Apr 2024 10:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0lkp=20test=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E8=AE=BE=E7=BD=AE=EF=BC=8C=E6=8C=AA?= =?UTF-8?q?=E5=88=B0lkp=E9=87=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/LkpTests/install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/component/LkpTests/install.sh b/component/LkpTests/install.sh index 1a307a5..94ad9f6 100644 --- a/component/LkpTests/install.sh +++ b/component/LkpTests/install.sh @@ -29,14 +29,6 @@ function main() { chmod 777 "${HOME}"/.local/lkp-tests/programs/compatibility-test/run ln -s "${HOME}"/.local/lkp-tests/programs/compatibility-test/run "${HOME}"/.local/lkp-tests/tests/compatibility-test - cat > /etc/profile.d/lkp.sh <<'EOF' -LKP_PATH=${HOME}/.local/lkp-tests/ -LKP_SRC="${LKP_PATH}" -PATH="${LKP_PATH}"/sbin:"${LKP_PATH}"/bin:$PATH -export LKP_PATH LKP_SRC PATH -EOF - - source /etc/profile cd "${HOME}"/.local/lkp-tests/programs/compatibility-test/ lkp split "${HOME}"/.local/lkp-tests/programs/compatibility-test/jobs/compatibility-test.yaml -- Gitee