Acked-by: Joe Stringer <[email protected]>
On 12 December 2013 15:33, Ethan Jackson <[email protected]> wrote: > This valgrind leak checker isn't really useful without this. > > Signed-off-by: Ethan Jackson <[email protected]> > --- > utilities/ovs-dev.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py > index c5445e2..7b69094 100755 > --- a/utilities/ovs-dev.py > +++ b/utilities/ovs-dev.py > @@ -216,7 +216,7 @@ def run(): > if options.gdb: > cmd = ["gdb", "--args"] + cmd > elif options.valgrind: > - cmd = ["valgrind", "--track-origins=yes", > + cmd = ["valgrind", "--track-origins=yes", "--leak-check=full", > "--suppressions=%s/tests/glibc.supp" % OVS_SRC, > "--suppressions=%s/tests/openssl.supp" % OVS_SRC] + cmd > else: > -- > 1.8.1.2 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
