diff options
Diffstat (limited to 'test/TEST-74-AUX-UTILS/meson.build')
-rw-r--r-- | test/TEST-74-AUX-UTILS/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-74-AUX-UTILS/meson.build b/test/TEST-74-AUX-UTILS/meson.build index 543eee195f..ee24cd8f78 100644 --- a/test/TEST-74-AUX-UTILS/meson.build +++ b/test/TEST-74-AUX-UTILS/meson.build @@ -5,6 +5,7 @@ integration_tests += [ 'name' : fs.name(meson.current_source_dir()), 'storage': 'persistent', 'vm' : true, + 'coredump-exclude-regex' : '/(test-usr-dump|test-dump|bash)$', }, ] |