]> git.ipfire.org Git - thirdparty/bind9.git/commit
clean up test output
authorEvan Hunt <each@isc.org>
Sat, 24 Feb 2018 08:48:50 +0000 (00:48 -0800)
committerEvan Hunt <each@isc.org>
Tue, 27 Feb 2018 17:52:07 +0000 (09:52 -0800)
commitd57e8f6df39c68455bfa5a196843abf7d87c0fc0
treec5d41feaf813ccee08e446110ea9943c0882006a
parent56c44b87aa52e9bfacddb8a8e3689c8ccaa771a2
clean up test output

- removed a few remaing places where output wasn't being passed
  through echo_i or cat_i
- added a "digcomp" function to conf.sh.in to send digcomp.pl output
  through cat_i and return the correct exit value
- set SYSTESTDIR when calling echo_i from nsX directories, so that
  the test name will always be printed correctly
- fixed a test name typo in conf.sh.in

(cherry picked from commit 0e52fbd0b38b4a0dfc56915c821046325b87497d)
38 files changed:
bin/tests/system/addzone/tests.sh
bin/tests/system/autosign/ns3/keygen.sh
bin/tests/system/autosign/setup.sh
bin/tests/system/autosign/tests.sh
bin/tests/system/cacheclean/tests.sh
bin/tests/system/case/tests.sh
bin/tests/system/checkds/tests.sh
bin/tests/system/checknames/tests.sh
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.win32
bin/tests/system/dialup/tests.sh
bin/tests/system/dlv/ns1/sign.sh
bin/tests/system/dlv/ns2/sign.sh
bin/tests/system/dlv/ns6/sign.sh
bin/tests/system/dnssec/tests.sh
bin/tests/system/filter-aaaa/ns1/sign.sh
bin/tests/system/filter-aaaa/ns4/sign.sh
bin/tests/system/forward/tests.sh
bin/tests/system/glue/tests.sh
bin/tests/system/ixfr/tests.sh
bin/tests/system/legacy/ns6/sign.sh
bin/tests/system/legacy/ns7/sign.sh
bin/tests/system/limits/tests.sh
bin/tests/system/masterformat/tests.sh
bin/tests/system/mkeys/tests.sh
bin/tests/system/notify/tests.sh
bin/tests/system/nsupdate/tests.sh
bin/tests/system/nzd2nzf/tests.sh
bin/tests/system/rndc/setup.sh
bin/tests/system/staticstub/tests.sh
bin/tests/system/stopall.sh [new file with mode: 0644]
bin/tests/system/stub/tests.sh
bin/tests/system/upforwd/tests.sh
bin/tests/system/verify/zones/genzones.sh
bin/tests/system/views/tests.sh
bin/tests/system/wildcard/ns1/sign.sh
bin/tests/system/xfer/tests.sh
bin/tests/system/xferquota/tests.sh