]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Only list the "lwresd" system test once on Windows
authorMichał Kępień <michal@isc.org>
Wed, 11 Dec 2019 13:23:40 +0000 (14:23 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 11 Dec 2019 13:29:21 +0000 (14:29 +0100)
In bin/tests/system/conf.sh.win32, the "lwresd" system test is
erroneously listed both in SEQUENTIALDIRS and PARALLELDIRS.  Keep it
only in the former to prevent GitLab CI pipelines from consistently
failing on Windows due to SUBDIRS containing a different number of tests
than found in bin/tests/system/systests.output.

bin/tests/system/conf.sh.win32

index f436319ff1b160a0aeb642ae432382cd00afd5aa..dcee94f2c7d291c57285c2517d4e8bb211f23201 100644 (file)
@@ -130,7 +130,7 @@ PARALLELDIRS="dnssec rpzrecurse \
        ednscompliance emptyzones \
        fetchlimit filter-aaaa formerr forward \
        geoip geoip2 glue idna inline integrity ixfr \
-       legacy limits lwresd masterfile masterformat metadata mkeys \
+       legacy limits masterfile masterformat metadata mkeys \
        names notify nslookup nsupdate nzd2nzf \
        pending pipelined \
        reclimit redirect resolver rndc rootkeysentinel rpz \