]> git.sur5r.net Git - openldap/blob - tests/scripts/args.sh
Merge in latest changes from HEAD
[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 PROXYCACHE=no
19 if test $# -ge 1 ; then
20         PROXYCACHE=$1; shift
21 fi
22
23 SYNCREPL=no
24 if test $# -ge 1 ; then
25         SYNCREPL=$1; shift
26 fi
27
28 WAIT=0
29 if test $# -ge 1 ; then
30         WAIT=1; shift
31 fi