From: Fred Morcos Date: Wed, 25 Sep 2024 13:21:07 +0000 (+0200) Subject: Don't fail the lmdb-nodnssec test when some tools are not available X-Git-Tag: rec-5.2.0-alpha1~30^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bbc35bc2e5a63375247fb551c31a4dad46342f1;p=thirdparty%2Fpdns.git Don't fail the lmdb-nodnssec test when some tools are not available --- diff --git a/tasks.py b/tasks.py index f2b00d5a0a..8033253ff6 100644 --- 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'