Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
f71957c4
Commit
f71957c4
authored
Aug 13, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5810
parent
a56c7ffc
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f71957c4
...
...
@@ -19,6 +19,7 @@ OpenLDAP 2.4.18 Engineering
Fixed tools resource leaks (ITS#6145)
Fixed contrib/autogroup with RE24 (ITS#6227)
Build Environment
Tests note which backend is being tested (ITS#5810)
Fixed test056-monitor with custom ports (ITS#6213)
OpenLDAP 2.4.17 Release (2009/07/13)
...
...
tests/run.in
View file @
f71957c4
...
...
@@ -225,7 +225,7 @@ fi
# disable LDAP initialization
LDAPNOINIT
=
true
;
export
LDAPNOINIT
echo
"Running
${
SCRIPT
}
..."
echo
"Running
${
SCRIPT
}
for
${
BACKEND
}
..."
while
[
$COUNTER
-le
$LOOP
]
;
do
if
[
$LOOP
-gt
1
]
;
then
echo
"Running
$COUNTER
of
$LOOP
iterations"
...
...
tests/scripts/all
View file @
f71957c4
...
...
@@ -51,13 +51,13 @@ for CMD in $SRCDIR/scripts/test*; do
EOF
fi
echo
">>>>> Starting
${
TB
}
`
basename
$CMD
`
${
TN
}
..."
echo
">>>>> Starting
${
TB
}
`
basename
$CMD
`
${
TN
}
for
$BACKEND
..."
$CMD
RC
=
$?
if
test
$RC
-eq
0
;
then
echo
">>>>>
$CMD
completed
${
TB
}
OK
${
TN
}
."
echo
">>>>>
$CMD
completed
${
TB
}
OK
${
TN
}
for
$BACKEND
."
else
echo
">>>>>
$CMD
${
TB
}
failed
${
TN
}
(exit
$RC
)"
echo
">>>>>
$CMD
${
TB
}
failed
${
TN
}
for
$BACKEND
(exit
$RC
)"
exit
$RC
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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