From: Peter van Dijk Date: Wed, 18 Nov 2015 17:18:33 +0000 (+0100) Subject: make test-auth exit quietly if there are any arguments, in preparation for targeted... X-Git-Tag: dnsdist-1.0.0-alpha1~210^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603186711d153f2ab37373bb41729bda589f7b26;p=thirdparty%2Fpdns.git make test-auth exit quietly if there are any arguments, in preparation for targeted builders like ODBC --- diff --git a/build-scripts/test-auth b/build-scripts/test-auth index 4f64bbba44..56a61ef335 100755 --- a/build-scripts/test-auth +++ b/build-scripts/test-auth @@ -1,6 +1,7 @@ #!/bin/sh set -x +[ -n "$1" ] && exit 0 # avoid running the whole suite on specifically targeted builders export PDNS=/usr/sbin/pdns_server export PDNS2=$PDNS export SDIG=/usr/bin/sdig