]> git.sur5r.net Git - openldap/commitdiff
If we're looping more than once, print out the iteration
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 27 Jan 2009 02:28:12 +0000 (02:28 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 27 Jan 2009 02:28:12 +0000 (02:28 +0000)
tests/run.in

index 230c7bc5f2b7ca556bee072ef488c28c6f74c2d9..f09ae11ca050e85639c5c33024948d49db1f8437 100644 (file)
@@ -227,6 +227,9 @@ LDAPNOINIT=true; export LDAPNOINIT
 
 echo "Running ${SCRIPT}..."
 while [ $COUNTER -le $LOOP ]; do
+       if [ $LOOP -gt 1 ]; then
+               echo "Running $COUNTER of $LOOP iterations"
+       fi
        $SCRIPT $*
        RC=$?