mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
build-sys: increase valgrind stack limit so all tests pass again
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user