diff options
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index ceebb72bae..6d3fdef1fc 100644 --- a/test/meson.build +++ b/test/meson.build @@ -297,6 +297,7 @@ integration_test_template = { 'qemu-args' : [], 'exit-code' : 123, 'vm' : false, + 'coredump-exclude-regex' : '', } testdata_subdirs = [ 'auxv', @@ -391,6 +392,7 @@ foreach integration_test : integration_tests '--storage', integration_test['storage'], '--firmware', integration_test['firmware'], '--exit-code', integration_test['exit-code'].to_string(), + '--coredump-exclude-regex', integration_test['coredump-exclude-regex'], ] if 'unit' in integration_test |