]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Don't fail the lmdb-nodnssec test when some tools are not available
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 25 Sep 2024 13:21:07 +0000 (15:21 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 25 Sep 2024 13:21:07 +0000 (15:21 +0200)
tasks.py

index f2b00d5a0a1cafe611e7a206c6f4adf5b4e30e93..8033253ff66431614e0f943733955882751caeff 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -735,6 +735,7 @@ def ci_auth_run_unit_tests(c, meson=False):
     if meson:
         suite_timeout_sec = 120
         logfile = 'meson-logs/testlog.txt'
+        c.run(f'touch {repo_home}/regression-tests/tests/verify-dnssec-zone/allow-missing {repo_home}/regression-tests.nobackend/rectify-axfr/allow-missing') # FIXME: can this go?
         res = c.run(f'. {repo_home}/.venv/bin/activate && meson test --verbose -t {suite_timeout_sec}', warn=True)
     else:
         logfile = 'pdns/test-suite.log'