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
Nadezhda Ivanova
OpenLDAP
Commits
f5581f39
Commit
f5581f39
authored
Feb 21, 2003
by
Kurt Zeilenga
Browse files
Remove workaround
parent
619a6726
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test007-replication
View file @
f5581f39
...
...
@@ -94,7 +94,7 @@ $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT -w $PASSWD < \
RC
=
$?
if
test
$RC
!=
0
;
then
echo
"ldapadd failed (
$RC
)!"
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
exit
$RC
fi
...
...
@@ -184,7 +184,7 @@ RC=$?
if
test
$RC
!=
0
;
then
echo
"ldapsearch failed (
$RC
)!"
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
exit
$RC
fi
...
...
@@ -196,12 +196,12 @@ RC=$?
if
test
$RC
!=
0
;
then
echo
"ldapsearch failed (
$RC
)!"
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
exit
$RC
fi
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
SEARCHOUT
=
$MASTEROUT
...
...
tests/scripts/test011-subtree-repl
View file @
f5581f39
...
...
@@ -107,7 +107,7 @@ $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT -w $PASSWD < \
RC
=
$?
if
test
$RC
!=
0
;
then
echo
"ldapadd failed (
$RC
)!"
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
exit
$RC
fi
...
...
@@ -204,7 +204,7 @@ RC=$?
if
test
$RC
!=
0
;
then
echo
"ldapsearch failed (
$RC
)!"
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
exit
$RC
fi
...
...
@@ -216,7 +216,7 @@ RC=$?
if
test
$RC
!=
0
;
then
echo
"ldapsearch failed (
$RC
)!"
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
exit
$RC
fi
...
...
@@ -228,12 +228,12 @@ RC=$?
if
test
$RC
!=
0
;
then
echo
"ldapsearch failed (
$RC
)!"
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
exit
$RC
fi
kill
-
INT
$PID
$SLAVEPID
kill
-
HUP
$PID
$SLAVEPID
kill
-KILL
$SLURPPID
SEARCHOUT
=
$SUBMASTEROUT
...
...
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