]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
selftests/run_kselftest.sh: Fix help string for --per-test-log
authorBrendan Jackman <jackmanb@google.com>
Fri, 20 Dec 2024 16:12:41 +0000 (16:12 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 15 Jan 2025 00:06:32 +0000 (17:06 -0700)
This is documented as --per_test_log but the argument is actually
--per-test-log.

Link: https://lore.kernel.org/r/20241220-per-test-log-v1-1-de5afe69fdf4@google.com
Signed-off-by: Brendan Jackman <jackmanb@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/run_kselftest.sh

index a28c1416cb89b96ba5f8b287e68b324b51d95673..50e03eefe7ac70d1b21ec1da4d245182dda7b8ad 100755 (executable)
@@ -21,7 +21,7 @@ usage()
        cat <<EOF
 Usage: $0 [OPTIONS]
   -s | --summary               Print summary with detailed log in output.log (conflict with -p)
-  -p | --per_test_log          Print test log in /tmp with each test name (conflict with -s)
+  -p | --per-test-log          Print test log in /tmp with each test name (conflict with -s)
   -t | --test COLLECTION:TEST  Run TEST from COLLECTION
   -c | --collection COLLECTION Run all tests from COLLECTION
   -l | --list                  List the available collection:test entries