]> 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)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 11 Oct 2025 20:37:33 +0000 (22:37 +0200)
As they are expected coredumps from the EnterNamespace= feature test.

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',
         },