projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5632202
)
virt: Add valgrind.suppress to EXTRA_DIST
author
Radoslaw Jablonski
<radoslawx.jablonski@intel.com>
Tue, 8 May 2018 14:09:50 +0000
(15:09 +0100)
committer
Radoslaw Jablonski
<radoslawx.jablonski@intel.com>
Wed, 9 May 2018 09:50:30 +0000
(10:50 +0100)
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 <radoslawx.jablonski@intel.com>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
2e8ad50
..
257b88b
100644
(file)
--- 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