mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
Merge pull request #2237 from evverx/fix-valgrind-tests
build-sys: fix valgrind-tests
This commit is contained in:
commit
7f0c9af918
@ -6292,7 +6292,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=5242880 --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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user