From: Radoslaw Jablonski Date: Tue, 8 May 2018 14:09:50 +0000 (+0100) Subject: virt: Add valgrind.suppress to EXTRA_DIST X-Git-Tag: collectd-5.9.0~255^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b211d8488511f571495a45160635a73cc20dec58;p=thirdparty%2Fcollectd.git virt: Add valgrind.suppress to EXTRA_DIST Previosusly newly added valgrind.suppress file was missing during collectd archive creation using 'make dist-gzip' target. Virt unit tests were failing on debian wheezy platform without that file (because of unfiltered libnl v1 leaks). Change-Id: I49543f883dd6dbeaef439c602b2f05ac0e977053 Signed-off-by: Radoslaw Jablonski --- diff --git a/Makefile.am b/Makefile.am index 2e8ad507a..257b88ba5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ EXTRA_DIST = \ src/types.db \ src/types.db.pod \ src/valgrind.FreeBSD.suppress \ + src/valgrind.suppress \ testwrapper.sh \ version-gen.sh