On Thu, Feb 25, 2016 at 10:57:28AM -0500, Lance Richardson wrote: > Daemons started in OVN tests are currently killed (via "on_exit kill" > in start_daemon()). This is problematic for tools (such as gcov) that > rely on exit() being called. > > Fix by using "ovs-appctl ... exit" to gracefully terminate the daemons. > > Signed-off-by: Lance Richardson <lrich...@redhat.com> > Tested-by: Aaron Conole <acon...@redhat.com>
Maybe we should do this as an automatic first step when a test completes, before calling kill. Anyway, thanks, I applied this to master. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev