]> git.ipfire.org Git - thirdparty/bind9.git/commit
Improve the LOG_DRIVER and LOG_COMPILER for the system tests
authorOndřej Surý <ondrej@isc.org>
Fri, 24 Apr 2020 13:29:54 +0000 (15:29 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 24 Apr 2020 14:59:43 +0000 (16:59 +0200)
commit5813818036ba531e68d021eb6c6ea53ef68f855e
tree3d530bda0e1289d5447d97375dd4e8b9561804a4
parentd10294acb37f7683b2032ef2300cf5644d33a79c
Improve the LOG_DRIVER and LOG_COMPILER for the system tests

There are several improvements over the default/previous behaviour of
the test log driver and log compiler:

 * The system-test-driver.sh was dropped (it was used incorrectly)
 * The run.sh script is now both log compiler and cli script to run
   individual tests
 * The custom-test-driver was added as extended version of the automake
   test-driver with capability to tee the test output to stdout when
   `--verbose yes` is passed to it (you can use LOG_DRIVER_FLAGS to
   add the option by default)
 * Makefile.am has been extended to honor V=1 for the system tests
   test-driver (e.g. V=1 adds `--verbose yes` to AM_LOG_DRIVER_FLAGS)
.gitlab-ci.yml
bin/tests/system/.gitignore
bin/tests/system/Makefile.am
bin/tests/system/run.sh.in
bin/tests/system/system-test-driver.sh.in [deleted file]
configure.ac
custom-test-driver [new file with mode: 0755]
util/copyrights