~ubuntu-branches/ubuntu/maverick/openldap/maverick-proposed

« back to all changes in this revision

Viewing changes to tests/run.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090907134110-jsdrvn0atu1fex4m
Tags: upstream-2.4.18
ImportĀ upstreamĀ versionĀ 2.4.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# $OpenLDAP: pkg/ldap/tests/run.in,v 1.47.2.13 2009/01/30 18:48:14 quanah Exp $
 
2
# $OpenLDAP: pkg/ldap/tests/run.in,v 1.47.2.14 2009/08/13 00:05:07 quanah Exp $
3
3
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
##
5
5
## Copyright 1998-2009 The OpenLDAP Foundation.
225
225
# disable LDAP initialization
226
226
LDAPNOINIT=true; export LDAPNOINIT
227
227
 
228
 
echo "Running ${SCRIPT}..."
 
228
echo "Running ${SCRIPT} for ${BACKEND}..."
229
229
while [ $COUNTER -le $LOOP ]; do
230
230
        if [ $LOOP -gt 1 ]; then
231
231
                echo "Running $COUNTER of $LOOP iterations"