Need to export the variables for glib to see them

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18504 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2009-12-16 00:17:30 +00:00
parent 645c4e48c1
commit dbeee382fe

View File

@ -7,8 +7,8 @@ TOP_SRC_DIR="@-TOP_SRC_DIR-@"
# Other potentially useful options, particularly for valgrind-2.x:
# --tool=memcheck --trace-children=yes
#
G_SLICE=always-malloc
G_DEBUG=gc-friendly
export G_SLICE=always-malloc
export G_DEBUG=gc-friendly
exec valgrind -v \
--suppressions=${TOP_SRC_DIR}/src/valgrind-gnucash.supp \
--suppressions=${TOP_SRC_DIR}/src/valgrind-glib.supp \