]> granicus.if.org Git - pdns/commitdiff
skip ds test for now until we can do 'dnssec only tests'
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 25 Feb 2012 20:03:00 +0000 (20:03 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 25 Feb 2012 20:03:00 +0000 (20:03 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2423 d19b8d6e-7fed-0310-83ef-9ca221ded41b

regression-tests/dnssec-only-ds-at-unsecure-zone-cut/command [moved from regression-tests/ds-at-unsecure-zone-cut/command with 100% similarity]
regression-tests/dnssec-only-ds-at-unsecure-zone-cut/description [moved from regression-tests/ds-at-unsecure-zone-cut/description with 100% similarity]
regression-tests/dnssec-only-ds-at-unsecure-zone-cut/expected_result [moved from regression-tests/ds-at-unsecure-zone-cut/expected_result with 100% similarity]
regression-tests/runtests

index a4c1c7a9c090c5ef4f597e0bcc6e79c472ada13f..d356d17194abb32541fb3fdd549a649ec58ab970 100755 (executable)
@@ -11,7 +11,7 @@ skipped=0
 
 touch passed_tests failed_tests skipped_tests
 
-for a in $(find . -type d | grep -v ^.$ | sed s:^./:: | grep -v .svn | grep -v ^confdir | LC_ALL=C sort) 
+for a in $(find . -type d | grep -v ^.$ | sed s:^./:: | grep -v .svn | grep -v ^confdir | grep -v ^dnssec-only | LC_ALL=C sort) 
 do
        echo  "$a: "
        cat $a/description