]> git.sur5r.net Git - openldap/commitdiff
More ITS#6404 fix test020-proxycache exit codes
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 18 Feb 2011 17:33:59 +0000 (17:33 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 18 Feb 2011 17:33:59 +0000 (17:33 +0000)
tests/scripts/test020-proxycache

index 373b914ce40c6495204af36262760ef8469ec9fc..763057975b785c0d80899cc9a08e19a06f2eaf74 100755 (executable)
@@ -555,7 +555,7 @@ RC=$?
 if test $RC != 0 ; then
        echo "Refresh failed"
        test $KILLSERVERS != no && kill -HUP $KILLPIDS && wait
-       exit 0
+       exit 1
 fi
 
 echo ""
@@ -580,7 +580,7 @@ RC=$?
 if test $RC != 0 ; then
        echo "Refresh failed"
        test $KILLSERVERS != no && kill -HUP $KILLPIDS && wait
-       exit 0
+       exit 1
 fi
 
 CNT=`expr $CNT + 1`
@@ -602,7 +602,7 @@ RC=$?
 if test $RC != 0 ; then
        echo "Refresh failed"
        test $KILLSERVERS != no && kill -HUP $KILLPIDS && wait
-       exit 0
+       exit 1
 fi
 
 echo ""
@@ -620,7 +620,7 @@ RC=`grep "CACH.* BIND" $LOG2 | wc -l`
 if test $RC != 3 ; then
        echo "ldappasswd didn't update the cache"
        test $KILLSERVERS != no && kill -HUP $KILLPIDS && wait
-       exit 0
+       exit 1
 fi
 
 CNT=`expr $CNT + 1`
@@ -641,7 +641,7 @@ RC=`grep "CACH.* BIND" $LOG2 | wc -l`
 if test $RC != 4 ; then
        echo "Bind wasn't answered from cache"
        test $KILLSERVERS != no && kill -HUP $KILLPIDS && wait
-       exit 0
+       exit 1
 fi
 test $KILLSERVERS != no && kill -HUP $KILLPIDS