summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-11-17 22:08:41 +0000
committerRichard Hughes <richard@hughsie.com>2016-11-18 20:22:31 +0000
commit871cef89deba05bce68d6797dbc1fd3cefa575a6 (patch)
tree74df19ae7ea450e4c497624341257889c3b8e9d8
parent6dd936da1aae4c809c4aa6b0e237eaf790dcc6db (diff)
downloadappstream-glib-871cef89deba05bce68d6797dbc1fd3cefa575a6.tar.gz
trivial: Use a finer threshold when performing massif
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f116eb..a0696da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,8 +84,10 @@ DISTCHECK_CONFIGURE_FLAGS = \
massif:
make && \
time ./client/appstream-util search gimp --help > /dev/null && \
- valgrind --massif-out-file=massif.out --tool=massif ./client/.libs/lt-appstream-util search gimp --profile && \
- ms_print massif.out | head -n 30
+ valgrind --massif-out-file=massif.out --threshold=0.1 --tool=massif \
+ ./client/.libs/lt-appstream-util search gimp --profile && \
+ ms_print massif.out > massif.txt && \
+ head -n 30 massif.txt
.PHONY: ChangeLog