Skip to content

Commit 36d7d36

Browse files
zhijianli88davem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d9e56d1 commit 36d7d36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/testing/selftests/net/fcnal-test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4108,8 +4108,6 @@ do
41084108
# setup namespaces and config, but do not run any tests
41094109
setup) setup; exit 0;;
41104110
vrf_setup) setup "yes"; exit 0;;
4111-
4112-
help) echo "Test names: $TESTS"; exit 0;;
41134111
esac
41144112
done
41154113

0 commit comments

Comments
 (0)