]> git.sur5r.net Git - openldap/blob - tests/scripts/args.sh
ITS#2401 support tests for dynamically loaded backends
[openldap] / tests / scripts / args.sh
1 # $OpenLDAP$
2
3 BACKEND=bdb
4 if test $# -ge 1 ; then
5         BACKEND=$1; shift
6 fi
7
8 BACKENDTYPE=yes
9 if test $# -ge 1 ; then
10         BACKENDTYPE=$1; shift
11 fi
12
13 MONITORDB=no
14 if test $# -ge 1 ; then
15         MONITORDB=$1; shift
16 fi
17
18 WAIT=0
19 if test $# -ge 1 ; then
20         WAIT=1; shift
21 fi