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
108dc0ef
Commit
108dc0ef
authored
Dec 06, 2009
by
Hallvard Furuseth
Browse files
Fix typo "KILL -HUP" -> "kill -HUP" (after some failures)
parent
87d5d6a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test058-syncrepl-asymmetric
View file @
108dc0ef
...
...
@@ -1641,7 +1641,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$NMUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to site1 search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1654,7 +1654,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to central search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1729,7 +1729,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to central search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1742,7 +1742,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to central search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1799,7 +1799,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$NMUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to site2 search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1875,7 +1875,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to site2 search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1888,7 +1888,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to site2 search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1945,7 +1945,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to central search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
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