From: Pieter Lexis Date: Mon, 4 May 2015 07:42:44 +0000 (+0200) Subject: Add a simple test-recursor script X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~78^2~9^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=434e47602a7d3b908ad82b4f9da18fdecb68c259;p=thirdparty%2Fpdns.git Add a simple test-recursor script --- diff --git a/build-scripts/test-recursor b/build-scripts/test-recursor new file mode 100755 index 0000000000..c02f34550c --- /dev/null +++ b/build-scripts/test-recursor @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ "$0" != "./build-scripts/test-recursor" ]; then + echo "Please run me from the root checkout dir" + exit 1 +fi + +set -x + +cd regression-tests + +./runtests recursor