]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
raduat: Print the actual default value for parallel
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Jan 2026 10:57:25 +0000 (10:57 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Jan 2026 18:23:46 +0000 (18:23 +0000)
scripts/util/raduat

index 579d34e089ac28681e91a20df885ebe24789e720..139f0dc9b2c974efaabe9f002a93b5fffba68fa3 100755 (executable)
@@ -68,7 +68,7 @@ function char_class_escape
     echo "  -h                        Display this help message."
     echo "  -H <host>[:port]          Send test packets to specified host and port (defaults to ${target_host})"
     echo "  -v                        Verbose mode."
-    echo "  -p <number>               Run tests in parallel (defaults to 20)."
+    echo "  -p <number>               Run tests in parallel (defaults to ${parallel})."
     echo "  -d <chars>                Characters to split FQDN on for cluster and type matching (defaults to '.')."
     echo "  -s <secret>               Shared secret."
     if [ ! -z "$role_types" ]; then
@@ -86,6 +86,7 @@ function char_class_escape
     echo "The directory containing the tests should contains pairs of request files and filter files."
     echo "The request file name must contain 'test<num><num><num>."
     echo "The filter name must match the test name but with a '${FILTER_SUFFIX}' suffix."
+    echo
     echo "For example:"
     echo "  ${TESTDIR}/test000_my_first_test"
     echo "  ${TESTDIR}/test000_my_first_test${FILTER_SUFFIX}"