Re: [ovs-dev] [PATCH] tests: Don't include a newline in ovs_fatal() calls.

2018-02-09 Thread Justin Pettit
> On Feb 9, 2018, at 5:25 PM, Ben Pfaff wrote: > > On Fri, Feb 09, 2018 at 05:03:16PM -0800, Justin Pettit wrote: >> Signed-off-by: Justin Pettit > > Acked-by: Ben Pfaff Thanks. I pushed this to master. --Justin

Re: [ovs-dev] [PATCH] tests: Don't include a newline in ovs_fatal() calls.

2018-02-09 Thread Ben Pfaff
On Fri, Feb 09, 2018 at 05:03:16PM -0800, Justin Pettit wrote: > Signed-off-by: Justin Pettit Acked-by: Ben Pfaff ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH] tests: Don't include a newline in ovs_fatal() calls.

2018-02-09 Thread Justin Pettit
Signed-off-by: Justin Pettit --- tests/test-rstp.c | 2 +- tests/test-stp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-rstp.c b/tests/test-rstp.c index 7bcff83f3ab6..01aeaf847838 100644 --- a/tests/test-rstp.c +++ b/tests/test-rstp.c @@