Sweeping changes to system test suite

This commit is contained in:
Michael Sawyer
2000-05-18 22:49:29 +00:00
parent e6ce1a0ea9
commit a92428ecb8
13 changed files with 201 additions and 37 deletions

View File

@@ -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