From: Yi Lai Date: Fri, 28 Feb 2025 07:00:59 +0000 (+0800) Subject: selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS X-Git-Tag: v6.15-rc1~119^2~30^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df6f8c4d72ae;p=thirdparty%2Fkernel%2Flinux.git selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS The test shell script "set_pcie_speed.sh" is not installed in INSTALL_PATH. Attempting to execute set_pcie_cooling_state.sh shows warning: ./set_pcie_cooling_state.sh: line 119: ./set_pcie_speed.sh: No such file or directory Add "set_pcie_speed.sh" to TEST_PROGS. Link: https://lore.kernel.org/r/Z8FfK8rN30lKzvVV@ly-workstation Fixes: 838f12c3d551 ("selftests/pcie_bwctrl: Create selftests") Signed-off-by: Yi Lai Signed-off-by: Bjorn Helgaas --- diff --git a/tools/testing/selftests/pcie_bwctrl/Makefile b/tools/testing/selftests/pcie_bwctrl/Makefile index 3e84e26341d1c..48ec048f47afd 100644 --- a/tools/testing/selftests/pcie_bwctrl/Makefile +++ b/tools/testing/selftests/pcie_bwctrl/Makefile @@ -1,2 +1,2 @@ -TEST_PROGS = set_pcie_cooling_state.sh +TEST_PROGS = set_pcie_cooling_state.sh set_pcie_speed.sh include ../lib.mk