diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-12-07 05:36:39 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-12-10 03:01:48 +0100 |
commit | 1bdb9e808f3c88ef4094fe8d7d36107d189f8ef8 (patch) | |
tree | 39b8be3bc167330e8d46ecf5476e65846a35155b /test/meson.build | |
parent | mkosi: move drop-in config for sanitizers (diff) | |
download | systemd-1bdb9e808f3c88ef4094fe8d7d36107d189f8ef8.tar.xz systemd-1bdb9e808f3c88ef4094fe8d7d36107d189f8ef8.zip |
test: extract sanitizer reports from journal
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 6d3fdef1fc..5545a56c23 100644 --- a/test/meson.build +++ b/test/meson.build @@ -298,6 +298,7 @@ integration_test_template = { 'exit-code' : 123, 'vm' : false, 'coredump-exclude-regex' : '', + 'sanitizer-exclude-regex' : '', } testdata_subdirs = [ 'auxv', @@ -393,6 +394,7 @@ foreach integration_test : integration_tests '--firmware', integration_test['firmware'], '--exit-code', integration_test['exit-code'].to_string(), '--coredump-exclude-regex', integration_test['coredump-exclude-regex'], + '--sanitizer-exclude-regex', integration_test['sanitizer-exclude-regex'], ] if 'unit' in integration_test |