]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: exclude test-stacktrace(-not)?-symbolized from the coredump check
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 9 Oct 2025 15:57:25 +0000 (17:57 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 7 Nov 2025 08:49:11 +0000 (09:49 +0100)
As they are expected coredumps from the EnterNamespace= feature test.

(cherry picked from commit cfb604f8f7c83912648d69bd3ad89c2436b4b8ef)

test/integration-tests/TEST-87-AUX-UTILS-VM/meson.build

index d82172729fc8da59fec91dd7872a63a19550b7d2..e469a78c5f41ac3db26354d567450fadc543c563 100644 (file)
@@ -5,7 +5,7 @@ integration_tests += [
         integration_test_template + {
                 'name' : fs.name(meson.current_source_dir()),
                 'storage': 'persistent',
-                'coredump-exclude-regex' : '/(test-usr-dump|test-dump|bash)$',
+                'coredump-exclude-regex' : '/(test-usr-dump|test-dump|test-stacktrace(-not)?-symbolized|bash)$',
                 'vm' : true,
                 'firmware' : 'auto',
         },