summaryrefslogtreecommitdiffstats
path: root/test/TEST-59-RELOADING-RESTART/meson.build
blob: 3d12024cef34a6c11b6f8c9162b22e39ab0eb062 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later

integration_tests += [
        integration_test_template + {
                'name' : fs.name(meson.current_source_dir()),
                'coredump-exclude-regex' : '/(sleep|bash|systemd-notify)$',
        },
]