]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.recursor/runtests
add recursor regression to travis; show diffs after recursor runtests
[thirdparty/pdns.git] / regression-tests.recursor / runtests
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 testsdir=.
14 export testsdir
15
16 nameserver=$PREFIX.9 port=53 ../regression-tests/runtests
17 context=recursor ../regression-tests/toxml
18 grep . */diff || true