From: Peter van Dijk Date: Thu, 18 Dec 2014 13:14:39 +0000 (+0100) Subject: pass argument so we can run specific tests in nobackend as well X-Git-Tag: rec-3.7.0-rc1~109^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42cb8f4f7903a92c9a21aa85fb649a196dc7deb2;p=thirdparty%2Fpdns.git pass argument so we can run specific tests in nobackend as well --- diff --git a/regression-tests.nobackend/runtests b/regression-tests.nobackend/runtests index 32860cc5a5..fb6cd9cb45 100755 --- a/regression-tests.nobackend/runtests +++ b/regression-tests.nobackend/runtests @@ -2,7 +2,7 @@ set -ex cp -f ../regression-tests/zones/test.dyndns.orig ../regression-tests/zones/test.dyndns export testsdir=$(pwd) -../regression-tests/runtests +../regression-tests/runtests $1 ../regression-tests/toxml failed_tests=`cat failed_tests | wc -l`