diff options
author | Sevinj Aghayeva <sevinj.aghayeva@gmail.com> | 2022-06-09 14:30:09 -0400 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-06-14 15:44:55 +0200 |
commit | bf7a4503d2bd5fabb8567ac42c57c59f0537a827 (patch) | |
tree | c198755235f020d607938851fdc5d32cd8f67a41 | |
parent | f858447fe43f16038cf45565d0ac761a703fd645 (diff) | |
download | mbuto-bf7a4503d2bd5fabb8567ac42c57c59f0537a827.tar mbuto-bf7a4503d2bd5fabb8567ac42c57c59f0537a827.tar.gz mbuto-bf7a4503d2bd5fabb8567ac42c57c59f0537a827.tar.bz2 mbuto-bf7a4503d2bd5fabb8567ac42c57c59f0537a827.tar.lz mbuto-bf7a4503d2bd5fabb8567ac42c57c59f0537a827.tar.xz mbuto-bf7a4503d2bd5fabb8567ac42c57c59f0537a827.tar.zst mbuto-bf7a4503d2bd5fabb8567ac42c57c59f0537a827.zip |
mbuto: Add -L documentation for kselftests profile
Signed-off-by: Sevinj Aghayeva <sevinj.aghayeva@gmail.com>
[sbrivio: fix commit title]
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rwxr-xr-x | mbuto | 2 | ||||
-rw-r--r-- | mbuto.1 | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -1138,6 +1138,8 @@ usage() { echo " Default: base" echo echo " kselftests sub-options (same as run_kselftests.sh):" + echo " -L" + echo " list available collections" echo " -C collection" echo " select a collection of tests to run" echo " -T collection:test" @@ -163,6 +163,10 @@ The following sub-options are provided: .RS .TP +.BR \-L +List available collections. + +.TP .BR \-C " " \fIcollection\fR Select a collection of tests to run. Collections are defined by the set of targets in \fBtools/testing/selftests/Makefile\fR of the Linux kernel tree. |