]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.recursor/stop.sh
set recursor test scripts executable
[thirdparty/pdns.git] / regression-tests.recursor / stop.sh
1 #!/bin/sh
2 set -e
3 set -x
4
5 . ./vars
6
7 if [ -z "$PREFIX" ]
8 then
9 echo "config not found or PREFIX not set"
10 exit 1
11 fi
12
13 cd configs
14
15 for dir in $PREFIX.* recursor-service
16 do
17 svc -d $dir
18 svc -k $dir
19 svc -x $dir
20 done