From cfb604f8f7c83912648d69bd3ad89c2436b4b8ef Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 9 Oct 2025 17:57:25 +0200 Subject: [PATCH] test: exclude test-stacktrace(-not)?-symbolized from the coredump check As they are expected coredumps from the EnterNamespace= feature test. --- test/integration-tests/TEST-87-AUX-UTILS-VM/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, -- 2.47.3