Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
f584cad3
Commit
f584cad3
authored
Jan 27, 2009
by
Quanah Gibson-Mount
Browse files
If we're looping more than once, print out the iteration
parent
db8f0de8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run.in
View file @
f584cad3
...
...
@@ -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
=
$?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment