diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-11-22 22:51:45 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-25 11:12:11 +0100 |
commit | 4a346b779ad973f742ae0131c59217a761618887 (patch) | |
tree | 1bd575c5224aebbde5e47476d6a410b4b53bf128 /test/TEST-02-UNITTESTS/meson.build | |
parent | networkd-test.py: disable IPv6AcceptRA= if not necessary (diff) | |
download | systemd-4a346b779ad973f742ae0131c59217a761618887.tar.xz systemd-4a346b779ad973f742ae0131c59217a761618887.zip |
test: Dump coredumps from journal in the integration test wrapper
Fixes #35277
Diffstat (limited to 'test/TEST-02-UNITTESTS/meson.build')
-rw-r--r-- | test/TEST-02-UNITTESTS/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-02-UNITTESTS/meson.build b/test/TEST-02-UNITTESTS/meson.build index b0003391b5..9be6f2a6d9 100644 --- a/test/TEST-02-UNITTESTS/meson.build +++ b/test/TEST-02-UNITTESTS/meson.build @@ -3,6 +3,7 @@ integration_tests += [ integration_test_template + { 'name' : fs.name(meson.current_source_dir()), + 'coredump-exclude-regex' : '/(bash|python3.[0-9]+|systemd-executor)$', 'cmdline' : integration_test_template['cmdline'] + [ ''' |