]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] disabled bindctl system test, referring to #2568.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 19 Dec 2012 17:25:23 +0000 (09:25 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 19 Dec 2012 17:25:23 +0000 (09:25 -0800)
tests/system/conf.sh.in

index 92f72fa401cebb69a3d5b52a1aa96c9d3245e557..4948d63a37e172d106e96cf94e283077a488edb0 100755 (executable)
@@ -51,7 +51,10 @@ export RNDC=$BIND9_TOP/bin/rndc/rndc
 export TESTSOCK=$BIND9_TOP/bin/tests/system/testsock.pl
 export DIGCOMP=$BIND9_TOP/bin/tests/system/digcomp.pl
 
-export SUBDIRS="bindctl glue ixfr/in-2"
+# bindctl test doesn't work right now and is disabled (see #2568)
+#export SUBDIRS="bindctl glue ixfr/in-2"
+export SUBDIRS="glue ixfr/in-2"
+
 # Add appropriate subdirectories to the above statement as the tests become
 # available.
 #SUBDIRS="dnssec masterfile ixfr/in-1 ixfr/in-2 ixfr/in-4"