]> git.sur5r.net Git - openldap/commitdiff
Disable broken test011
authorKurt Zeilenga <kurt@openldap.org>
Thu, 31 Jan 2002 22:54:13 +0000 (22:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 31 Jan 2002 22:54:13 +0000 (22:54 +0000)
Add sleep to test012

tests/scripts/test011-subtree-repl
tests/scripts/test012-glue

index c7fbc1c7ccc4a55b18ab629d148dee43044ac813..bc6b4732b2c7f8c7975d5ae27f9bcd93b82efcf5 100755 (executable)
@@ -1,6 +1,9 @@
 #! /bin/sh
 # $OpenLDAP$
 
+echo "Test disabled."
+exit 0
+
 SRCDIR="."
 if test $# -ge 1 ; then
        SRCDIR=$1; shift
index 7012c131d031ae8e9e29a76de7115a53c87884a1..d820cb67d35e7b5bdbc0cdaabf576bdeba86db80 100755 (executable)
@@ -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)!"