Skip to content

Commit 103c0b5

Browse files
bjackmanshuahkh
authored andcommitted
selftests/run_kselftest.sh: Fix help string for --per-test-log
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>
1 parent 9301be2 commit 103c0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/run_kselftest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ usage()
2121
cat <<EOF
2222
Usage: $0 [OPTIONS]
2323
-s | --summary Print summary with detailed log in output.log (conflict with -p)
24-
-p | --per_test_log Print test log in /tmp with each test name (conflict with -s)
24+
-p | --per-test-log Print test log in /tmp with each test name (conflict with -s)
2525
-t | --test COLLECTION:TEST Run TEST from COLLECTION
2626
-c | --collection COLLECTION Run all tests from COLLECTION
2727
-l | --list List the available collection:test entries

0 commit comments

Comments
 (0)