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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Brendan Jackman and committed by
Shuah Khan
103c0b5e 9301be2c

+1 -1
+1 -1
tools/testing/selftests/run_kselftest.sh
··· 21 21 cat <<EOF 22 22 Usage: $0 [OPTIONS] 23 23 -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) 25 25 -t | --test COLLECTION:TEST Run TEST from COLLECTION 26 26 -c | --collection COLLECTION Run all tests from COLLECTION 27 27 -l | --list List the available collection:test entries