From c81ab53eb2826cf644dffbbe782b1381821c7980 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 19 Jul 2021 12:42:57 +0300 Subject: [PATCH] mdbx-test: add usage for long-stochastic scripts. --- test/long_stochastic.sh | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/test/long_stochastic.sh b/test/long_stochastic.sh index 516ba09b..054e912b 100755 --- a/test/long_stochastic.sh +++ b/test/long_stochastic.sh @@ -18,15 +18,17 @@ while [ -n "$1" ] do case "$1" in --help) - echo "--multi" - echo "--single" - echo "--with-valgrind" - echo "--skip-make" - echo "--from NN" - echo "--upto NN" - echo "--loops NN" - echo "--dir PATH" - echo "--db-upto-mb NN" + echo "--multi Engage multi-process test scenario (default)" + echo "--single Execute series of single-process tests (for QEMU, etc)" + echo "--with-valgrind Run tests under Valgrind's memcheck tool" + echo "--skip-make Don't (re)build libmdbx and test's executable" + echo "--from NN Start iterating from the NN ops per test case" + echo "--upto NN Don't run tests with more than NN ops per test case" + echo "--loops NN Stop after the NN loops" + echo "--dir PATH Specifies directory for test DB and other files (it will be cleared)" + echo "--db-upto-mb NN Limits upper size of test DB to the NN megabytes" + echo "--help Print this usage help and exit" + exit -2 ;; --multi) LIST=basic