]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-program-client: Run local client tests with valgrind --trace-children=no.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 2 Feb 2018 17:35:49 +0000 (18:35 +0100)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Thu, 28 Mar 2019 07:25:10 +0000 (09:25 +0200)
Before, valgrind was omitted entirely.

src/lib-program-client/Makefile.am

index f7863ba5d9634214d6107c7fd49ee49b7f8b693c..4198606d67d5b77ef571c31e45ffa108ea5d301a 100644 (file)
@@ -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 \