> On Nov 14, 2018, at 10:05 PM, Ben Pfaff <[email protected]> wrote: > > diff --git a/tests/atlocal.in b/tests/atlocal.in > index abfc1acf36d3..6f971cd652d7 100644 > --- a/tests/atlocal.in > +++ b/tests/atlocal.in > @@ -220,3 +220,8 @@ export OVS_SYSLOG_METHOD > # Set default timeout for control utils > OVS_CTL_TIMEOUT=30 > export OVS_CTL_TIMEOUT > + > +# Add some default flags to make the tests run better under Address > +# Sanitizer, if it was used for the build. > +ASAN_OPTIONS=detect_leaks=0:abort_on_error=true:log_path=asan:$ASAN_OPTIONS
Is the leak detection disabled due to false positives? It may be worth mentioning the reason. Thanks for adding this. Acked-by: Justin Pettit <[email protected]> --Justin _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
