From: Frantisek Sumsal Date: Thu, 9 Oct 2025 15:57:25 +0000 (+0200) Subject: test: exclude test-stacktrace(-not)?-symbolized from the coredump check X-Git-Tag: v259-rc1~345^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfb604f8f7c83912648d69bd3ad89c2436b4b8ef;p=thirdparty%2Fsystemd.git test: exclude test-stacktrace(-not)?-symbolized from the coredump check As they are expected coredumps from the EnterNamespace= feature test. --- diff --git a/test/integration-tests/TEST-87-AUX-UTILS-VM/meson.build b/test/integration-tests/TEST-87-AUX-UTILS-VM/meson.build index d82172729fc..e469a78c5f4 100644 --- a/test/integration-tests/TEST-87-AUX-UTILS-VM/meson.build +++ b/test/integration-tests/TEST-87-AUX-UTILS-VM/meson.build @@ -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', },