mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-07 12:39:36 +08:00
mdbx-test: add usage for long-stochastic scripts.
This commit is contained in:
parent
7759e52850
commit
c81ab53eb2
@ -18,15 +18,17 @@ while [ -n "$1" ]
|
|||||||
do
|
do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--help)
|
--help)
|
||||||
echo "--multi"
|
echo "--multi Engage multi-process test scenario (default)"
|
||||||
echo "--single"
|
echo "--single Execute series of single-process tests (for QEMU, etc)"
|
||||||
echo "--with-valgrind"
|
echo "--with-valgrind Run tests under Valgrind's memcheck tool"
|
||||||
echo "--skip-make"
|
echo "--skip-make Don't (re)build libmdbx and test's executable"
|
||||||
echo "--from NN"
|
echo "--from NN Start iterating from the NN ops per test case"
|
||||||
echo "--upto NN"
|
echo "--upto NN Don't run tests with more than NN ops per test case"
|
||||||
echo "--loops NN"
|
echo "--loops NN Stop after the NN loops"
|
||||||
echo "--dir PATH"
|
echo "--dir PATH Specifies directory for test DB and other files (it will be cleared)"
|
||||||
echo "--db-upto-mb NN"
|
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)
|
--multi)
|
||||||
LIST=basic
|
LIST=basic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user