]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
improve forensics
authorMark Andrews <marka@isc.org>
Thu, 28 Sep 2017 12:14:30 +0000 (22:14 +1000)
committerMark Andrews <marka@isc.org>
Thu, 28 Sep 2017 12:14:30 +0000 (22:14 +1000)
bin/tests/system/rndc/tests.sh

index 990ade48d3e2fa5e107ddda9783eb0e42dd2f59d..141fa7b3e5b1b8d6a563d72a1ae8330cbba61096 100644 (file)
@@ -538,9 +538,9 @@ status=`expr $status + $ret`
 n=`expr $n + 1`
 echo "I:test read-only control channel access ($n)"
 ret=0
-$RNDC -s 10.53.0.5 -p 9953 -c ../common/rndc.conf status > /dev/null 2>&1 || ret=1
-$RNDC -s 10.53.0.5 -p 9953 -c ../common/rndc.conf nta -dump > /dev/null 2>&1 || ret=1
-$RNDC -s 10.53.0.5 -p 9953 -c ../common/rndc.conf reconfig > /dev/null 2>&1 && ret=1
+$RNDC -s 10.53.0.5 -p 9953 -c ../common/rndc.conf status > rndc.out.1.test$n 2>&1 || ret=1
+$RNDC -s 10.53.0.5 -p 9953 -c ../common/rndc.conf nta -dump > rndc.out.2.test$n 2>&1 || ret=1
+$RNDC -s 10.53.0.5 -p 9953 -c ../common/rndc.conf reconfig > rndc.out.3.test$n 2>&1 && ret=1
 if [ $ret != 0 ]; then echo "I:failed"; fi
 status=`expr $status + $ret`