
9 Feb
2017
9 Feb
'17
11:53 p.m.
On 02/06/2017 03:21 AM, Michal Privoznik wrote:
A lot of our tests re-execute themeselves after loading their mock library. This, however, makes valgrind sad because currently we do not tell it to trace the process after exec().
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
ACK (seems reasonable) John