From: <svn...@op...> - 2009-04-02 19:20:34
|
Author: scriptor Date: Thu Apr 2 21:20:31 2009 New Revision: 5520 URL: http://www.opensync.org/changeset/5520 Log: Added "--trace-children=yes" to the VALGRIND variable, just in case any forks were involved. Modified: plugins/ldap-sync/tests/test.conf Modified: plugins/ldap-sync/tests/test.conf ============================================================================== --- plugins/ldap-sync/tests/test.conf Thu Apr 2 21:20:19 2009 (r5519) +++ plugins/ldap-sync/tests/test.conf Thu Apr 2 21:20:31 2009 (r5520) @@ -34,10 +34,10 @@ GROUPNAME="sync_test_group" ########## Without leak checking: -VALGRIND="valgrind --db-attach=no --num-callers=30 --gen-suppressions=all --leak-check=no --show-reachable=yes --error-exitcode=1 --track-origins=yes" +VALGRIND="valgrind --db-attach=no --trace-children=yes --num-callers=30 --gen-suppressions=all --leak-check=no --show-reachable=yes --error-exitcode=1 --track-origins=yes" ########## With leak checking: -#VALGRIND="valgrind --db-attach=no --num-callers=30 --gen-suppressions=all --leak-check=full --show-reachable=yes --error-exitcode=1 --track-origins=yes" +#VALGRIND="valgrind --db-attach=no --trace-children=yes --num-callers=30 --gen-suppressions=all --leak-check=full --show-reachable=yes --error-exitcode=1 --track-origins=yes" ########## If you want to have libopensync trace files, define this variable: # If the variable is empty, tracing is disabled. |