Commit 5dd20ec76ea63 ("runtime: Update MAX_SMP probe") added the --probe-maxmp argument, but the help message for run_tests.sh wasn't updated. Document --probe-maxsmp. Signed-off-by: Alexandru Elisei <alexandru.elisei@xxxxxxx> --- run_tests.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 152323ffc8a2..f30b6dbd131c 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -17,14 +17,15 @@ cat <<EOF Usage: $0 [-h] [-v] [-a] [-g group] [-j NUM-TASKS] [-t] [-l] - -h, --help Output this help text - -v, --verbose Enables verbose mode - -a, --all Run all tests, including those flagged as 'nodefault' - and those guarded by errata. - -g, --group Only execute tests in the given group - -j, --parallel Execute tests in parallel - -t, --tap13 Output test results in TAP format - -l, --list Only output all tests list + -h, --help Output this help text + -v, --verbose Enables verbose mode + -a, --all Run all tests, including those flagged as 'nodefault' + and those guarded by errata. + -g, --group Only execute tests in the given group + -j, --parallel Execute tests in parallel + -t, --tap13 Output test results in TAP format + -l, --list Only output all tests list + --probe-maxsmp Update the maximum number of VCPUs supported by host Set the environment variable QEMU=/path/to/qemu-system-ARCH to specify the appropriate qemu binary for ARCH-run. -- 2.47.1