Sweeping changes to system test suite
This commit is contained in:
@@ -12,3 +12,13 @@ do
|
||||
kill -TERM `cat $pidfile`
|
||||
fi
|
||||
done
|
||||
|
||||
sleep 5
|
||||
|
||||
for d in ns*
|
||||
do
|
||||
pidfile="$d/named.pid"
|
||||
if [ -f $pidfile ]; then
|
||||
kill -KILL `cat $pidfile`
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user