build-sys: increase valgrind stack limit so all tests pass again

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2014-01-16 00:16:02 -05:00
parent b7fc42e03a
commit 235ee2134f
+1 -1
View File
@@ -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