git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9143 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-08-23 20:23:30 +00:00
parent be4e6196d0
commit 14400b8448

View File

@ -5,7 +5,11 @@
# modified version of the overrides/gnucash shell script (and should
# be kept in sync with that).
#
exec ./src/bin/overrides/gnucash-build-env valgrind -v --suppressions=./src/valgrind-gnucash.supp guile -e main -s "$0" "$@"
exec ./src/bin/overrides/gnucash-build-env valgrind -v \
--suppressions=./src/valgrind-gnucash.supp \
--error-limit=no \
guile -e main -s "$0" "$@"
!#
(use-modules (gnucash main))