diff options
| author | Yi Lai <yi1.lai@intel.com> | 2025-02-28 15:00:59 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-10 14:44:18 +0200 |
| commit | 5fd8f8750930f106f5df0e0fb27ab07d97279472 (patch) | |
| tree | 8a6a8a794afe5144c6f89f97bdec02fb815ed333 /tools/testing | |
| parent | 9bb8d77669648c7df7066caa68492a5e913f38a5 (diff) | |
| download | linux-5fd8f8750930f106f5df0e0fb27ab07d97279472.tar.gz linux-5fd8f8750930f106f5df0e0fb27ab07d97279472.tar.bz2 linux-5fd8f8750930f106f5df0e0fb27ab07d97279472.zip | |
selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS
[ Upstream commit df6f8c4d72aebaf66aaa8658c723fd360c272e59 ]
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 <yi1.lai@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/pcie_bwctrl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/pcie_bwctrl/Makefile b/tools/testing/selftests/pcie_bwctrl/Makefile index 3e84e26341d1..48ec048f47af 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 |
