Catch bind ../../tests/kdc/signal: Operation not permitted
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21881 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -53,6 +53,10 @@ while true ; do
|
||||
echo "The ${name} failed to bind to any sockets, another ${name} running ?"
|
||||
exit 1
|
||||
fi
|
||||
if tail -30 ${log} | grep "bind" | grep "Operation not permitted" ; then
|
||||
echo "The ${name} failed to bind to any sockets, another ${name} running ?"
|
||||
exit 1
|
||||
fi
|
||||
if [ "$t" -gt $waitsec ]; then
|
||||
echo "Waited for $waitsec for the ${name} to start, and it didnt happen"
|
||||
exit 2
|
||||
|
Reference in New Issue
Block a user