Skip to content

Commit

Permalink
Merge pull request systemd#2237 from evverx/fix-valgrind-tests
Browse files Browse the repository at this point in the history
build-sys: fix valgrind-tests
  • Loading branch information
poettering committed Dec 29, 2015
2 parents d6c9d57 + 4854dc5 commit 7f0c9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f0c9af

Please sign in to comment.