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