]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! daemon: make closing more session-centric
authorOto Šťáva <oto.stava@nic.cz>
Tue, 31 Jan 2023 10:09:22 +0000 (11:09 +0100)
committerOto Šťáva <oto.stava@nic.cz>
Tue, 31 Jan 2023 10:09:22 +0000 (11:09 +0100)
.gitlab-ci.yml

index b6c0c115f7da7226e7aff40160d81f2950c808dc..f9a07258a127d17d62d5c9ed15c93bc2b094a399 100644 (file)
@@ -253,7 +253,7 @@ lint:scan-build:
   script:
     - export SCANBUILD="$(realpath ./scripts/run-scanbuild-with-args.sh)"
     - ninja -C build_ci* scan-build || true
-    - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 21 # we have this many errors ATM :-)
+    - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 20 # we have this many errors ATM :-)
 
 lint:tidy:
   <<: *after_build