From: Arran Cudbard-Bell Date: Thu, 1 Jan 2026 10:57:25 +0000 (+0000) Subject: raduat: Print the actual default value for parallel X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eaef42bcdb84d5ecb2639d005c386c0eff08e1d;p=thirdparty%2Ffreeradius-server.git raduat: Print the actual default value for parallel --- diff --git a/scripts/util/raduat b/scripts/util/raduat index 579d34e089..139f0dc9b2 100755 --- a/scripts/util/raduat +++ b/scripts/util/raduat @@ -68,7 +68,7 @@ function char_class_escape echo " -h Display this help message." echo " -H [:port] Send test packets to specified host and port (defaults to ${target_host})" echo " -v Verbose mode." - echo " -p Run tests in parallel (defaults to 20)." + echo " -p Run tests in parallel (defaults to ${parallel})." echo " -d Characters to split FQDN on for cluster and type matching (defaults to '.')." echo " -s 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." 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}"