make test: print a warning in case a core_pattern contains a filter program 37/11437/4
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 28 Mar 2018 13:32:10 +0000 (15:32 +0200)
committerChris Luke <chris_luke@comcast.com>
Sat, 31 Mar 2018 12:49:40 +0000 (12:49 +0000)
commit57612ebcf3b5414c6a2f6153a3338803ac94d759
tree6384440de64f99f2ff00a2d3de62fbc7e7fbf98a
parent074f698be5c2e6afc9df776b56a366bc3f404d95
make test: print a warning in case a core_pattern contains a filter program

The default config on Ubuntu 16.04.4 desktop results in truncated cores
when running make test which coredumps. Uninstalling the filter program
(apport) makes the corefiles normal size. Print a warning about that fact,
so the others potentially affected didn't have to wonder.

Change-Id: Iba4b0a2765a25100d6e24fd7f4de0e0339efd835
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
test/hook.py
test/run_tests.py
test/util.py