Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: net: remove meaningless help option

$ ./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>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Li Zhijian and committed by
David S. Miller
36d7d36f d9e56d18

-2
-2
tools/testing/selftests/net/fcnal-test.sh
··· 4108 4108 # setup namespaces and config, but do not run any tests 4109 4109 setup) setup; exit 0;; 4110 4110 vrf_setup) setup "yes"; exit 0;; 4111 - 4112 - help) echo "Test names: $TESTS"; exit 0;; 4113 4111 esac 4114 4112 done 4115 4113