Skip to content

Commit

Permalink
lib-program-client: Run local client tests with valgrind --trace-chil…
Browse files Browse the repository at this point in the history
…dren=no.

Before, valgrind was omitted entirely.
  • Loading branch information
stephanbosch authored and sirainen committed Feb 12, 2018
1 parent 745d731 commit 2e5c593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-program-client/Makefile.am
Expand Up @@ -48,7 +48,7 @@ test_program_client_net_LDADD = $(test_libs)
check-local:
for bin in $(test_programs); do \
if test "$$bin" = "test-program-client-local"; then \
if ! env NOVALGRIND=yes $(RUN_TEST) ./$$bin; then exit 1; fi; \
if ! env NOCHILDREN=yes $(RUN_TEST) ./$$bin; then exit 1; fi; \
else \
if ! $(RUN_TEST) ./$$bin; then exit 1; fi; \
fi \
Expand Down

0 comments on commit 2e5c593

Please sign in to comment.