mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Disable broken test011
Add sleep to test012
This commit is contained in:
parent
7516ce8c35
commit
20f4d3099a
2 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
echo "Test disabled."
|
||||
exit 0
|
||||
|
||||
SRCDIR="."
|
||||
if test $# -ge 1 ; then
|
||||
SRCDIR=$1; shift
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ done
|
|||
cd ..
|
||||
|
||||
kill -HUP $PID
|
||||
echo "Sleeping for 5 seconds to let slapd exit..."
|
||||
sleep 5
|
||||
|
||||
if test $RC != 0 ; then
|
||||
echo "ldapsearch failed ($RC)!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue