]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove the -r switch from system test scripts
authorMichał Kępień <michal@isc.org>
Fri, 6 Dec 2019 13:11:01 +0000 (14:11 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 6 Dec 2019 14:06:49 +0000 (15:06 +0100)
commitbc04dbf7882868b358bd7dc251f0407844d6a188
tree2f4bb780428340877d53b834ed6aba366f88d127
parentcbc56385b29efeef7a1ea009caf1467083553413
Remove the -r switch from system test scripts

Since files containing system test output are no longer stored in test
subdirectories, bin/tests/system/clean.sh no longer needs to take care
of removing the test.output file for a given test as testsummary.sh
already takes care of that and even if a test suite terminates
abnormally and another one is started, tee invoked without the -a
command line switch overwrites the destination file if it exists, so
leftover test.output.* files from previous test suite runs are not a
concern.  Remove the -r command line switch and the code associated with
it from the relevant scripts.

(cherry picked from commit b4d37878f6ab6f0026c4a36763148be527e04a38)
bin/tests/system/Makefile.in
bin/tests/system/README
bin/tests/system/clean.sh
bin/tests/system/parallel.sh
bin/tests/system/run.sh
bin/tests/system/runall.sh