All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftets: lib: remove reference to prime_numbers
@ 2025-02-17 13:30 Tamir Duberstein
  2025-02-22  0:57 ` Kees Cook
  0 siblings, 1 reply; 4+ messages in thread
From: Tamir Duberstein @ 2025-02-17 13:30 UTC (permalink / raw)
  To: Shuah Khan, Kees Cook
  Cc: linux-kselftest, linux-kernel, oliver.sang, oe-lkp, lkp,
	Tamir Duberstein

Remove a leftover shell script reference from commit 313b38a6ecb4
("lib/prime_numbers: convert self-test to KUnit").

Reported-by: kernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202502171110.708d965a-lkp@intel.com
Fixes: 313b38a6ecb4 ("lib/prime_numbers: convert self-test to KUnit")
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
---
 tools/testing/selftests/lib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/lib/Makefile b/tools/testing/selftests/lib/Makefile
index c52fe3ad8e98..66dcbe2e39fa 100644
--- a/tools/testing/selftests/lib/Makefile
+++ b/tools/testing/selftests/lib/Makefile
@@ -4,5 +4,5 @@
 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
 all:
 
-TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh scanf.sh
+TEST_PROGS := printf.sh bitmap.sh scanf.sh
 include ../lib.mk

---
base-commit: 0ae0fa3bf0b44c8611d114a9f69985bf451010c3
change-id: 20250217-fix-prime-numbers-f5202155b226

Best regards,
-- 
Tamir Duberstein <tamird@gmail.com>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-22 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17 13:30 [PATCH] selftets: lib: remove reference to prime_numbers Tamir Duberstein
2025-02-22  0:57 ` Kees Cook
2025-02-22  1:04   ` Tamir Duberstein
2025-02-22 14:45     ` Kees Cook

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.