From: Zbigniew Jędrzejewski-Szmek Date: Tue, 14 Jan 2014 19:27:48 +0000 (-0500) Subject: build-sys: increase valgrind stack limit so all tests pass again X-Git-Tag: v209~420 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=235ee2134f8819c5f48ae99a2d817b6b2147ad8a;ds=sidebyside build-sys: increase valgrind stack limit so all tests pass again --- diff --git a/Makefile.am b/Makefile.am index 677de0cf0..72da66771 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4926,7 +4926,7 @@ valgrind-tests: $(TESTS) if file $$f | grep -q shell; then \ echo -e "$${x}Skipping non-binary $$f"; else \ echo -e "$${x}Running $$f"; \ - libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=4194400 --error-exitcode=55 $(builddir)/$$f ; fi; \ + libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \ x="\n\n"; \ done