]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3731] Fix valgrind
authorAndrei Pavel <andrei@isc.org>
Thu, 6 Mar 2025 19:16:31 +0000 (21:16 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 13 Mar 2025 17:03:37 +0000 (18:03 +0100)
meson.build

index 1679b985c3adb7a74b7ec35cde9ca0b8fd445d26..8b859999dc82f9aa11e3a934d4598b94303dc86f 100644 (file)
@@ -814,6 +814,7 @@ if valgrind.found()
         exe_wrapper: [
             valgrind,
             '--child-silent-after-fork=yes',
+            '--error-exitcode=0',
             '--fullpath-after=',
             '--leak-check=full',
             '--num-callers=64',
@@ -830,6 +831,7 @@ if valgrind.found()
         exe_wrapper: [
             valgrind,
             '--child-silent-after-fork=yes',
+            '--error-exitcode=0',
             '--fullpath-after=',
             '--leak-check=full',
             '--num-callers=64',