All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] selftests: net: remove meaningless help option
@ 2021-12-02  2:29 Li Zhijian
  2021-12-02  2:29 ` [PATCH v2 2/2] selftests: add option to list all available tests Li Zhijian
  0 siblings, 1 reply; 5+ messages in thread
From: Li Zhijian @ 2021-12-02  2:29 UTC (permalink / raw)
  To: davem, kuba, shuah, dsahern
  Cc: netdev, linux-kselftest, linux-kernel, Li Zhijian

$ ./fcnal-test.sh -t help
Test names: help

Looks it intent to list the available tests but it didn't do the right
thing. I will add another option the do that in the later patch.

Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
---
 tools/testing/selftests/net/fcnal-test.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/testing/selftests/net/fcnal-test.sh b/tools/testing/selftests/net/fcnal-test.sh
index 7f5b265fcb90..5cb59947eed2 100755
--- a/tools/testing/selftests/net/fcnal-test.sh
+++ b/tools/testing/selftests/net/fcnal-test.sh
@@ -4068,8 +4068,6 @@ do
 	# setup namespaces and config, but do not run any tests
 	setup)		 setup; exit 0;;
 	vrf_setup)	 setup "yes"; exit 0;;
-
-	help)            echo "Test names: $TESTS"; exit 0;;
 	esac
 done
 
-- 
2.33.0




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

end of thread, other threads:[~2022-01-14  1:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02  2:29 [PATCH v2 1/2] selftests: net: remove meaningless help option Li Zhijian
2021-12-02  2:29 ` [PATCH v2 2/2] selftests: add option to list all available tests Li Zhijian
2022-01-13  5:53   ` lizhijian
2022-01-13 15:21     ` David Ahern
2022-01-14  1:54       ` lizhijian

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.