mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Disable broken test011
Add sleep to test012
This commit is contained in:
parent
7516ce8c35
commit
20f4d3099a
@ -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 New Issue
Block a user