]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable temporarily unsupported tests on Windows
authorMichał Kępień <michal@isc.org>
Tue, 9 Jun 2020 13:35:54 +0000 (15:35 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 9 Jun 2020 13:35:54 +0000 (15:35 +0200)
commitfef15bc33d163736133854e2baa08a052b0968e1
treed0f84a03f7a001fd7c49e593fa1cad5a12d1ed6e
parent1861866f6333458802a5f53be37681213f99487f
Disable temporarily unsupported tests on Windows

Due to the changes introduced by the Automake migration, system tests
requiring Python (chain, pipelined, qmin, tcp), dynamic loading of
shared objects (dlzexternal, dyndb, filter-aaaa), or LMDB (nzd2nzf)
currently do not work on Windows.  Temporarily disable them on that
platform by moving them from the PARALLEL_COMMON list to the
PARALLEL_UNIX list until the situation is rectified.
bin/tests/system/conf.sh.common
bin/tests/system/conf.sh.in