Skip to content

Commit abfe3c4

Browse files
joe-lawrencepmladek
authored andcommitted
selftests/livepatch: use TEST_PROGS for test scripts
Adrian reports that 'make -C tools clean' results in removal of the livepatch selftest shell scripts. As per the selftest lib.mk file, TEST_PROGS are for test shell scripts, not TEST_GEN_PROGS. Adjust the livepatch selftest Makefile accordingly. Reported-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> Tested-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Petr Mladek <pmladek@suse.com>
1 parent f9d1381 commit abfe3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/testing/selftests/livepatch

tools/testing/selftests/livepatch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22

3-
TEST_GEN_PROGS := \
3+
TEST_PROGS := \
44
test-livepatch.sh \
55
test-callbacks.sh \
66
test-shadow-vars.sh

0 commit comments

Comments
 (0)