Skip to content

Commit df6f8c4

Browse files
laifryieebjorn-helgaas
authored andcommitted
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: 838f12c ("selftests/pcie_bwctrl: Create selftests") Signed-off-by: Yi Lai <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 2014c95 commit df6f8c4

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/pcie_bwctrl

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
TEST_PROGS = set_pcie_cooling_state.sh
1+
TEST_PROGS = set_pcie_cooling_state.sh set_pcie_speed.sh
22
include ../lib.mk

0 commit comments

Comments
 (0)