Re: [ovs-dev] [PATCH] at test vlog: Switch from stderr to log

2016-06-14 Thread Ben Pfaff
On Wed, Jun 08, 2016 at 02:02:20PM +, Alin Serdean wrote: > Using the --detach parameter the child does not propagate the first > message to the parent. > > Proposed change use the log file instead of the stderr. > > Signed-off-by: Alin Gabriel Serdean Applied, thanks! _

Re: [ovs-dev] [PATCH] at test vlog: Switch from stderr to log

2016-06-14 Thread Ryan Moats
"dev" wrote on 06/08/2016 09:02:20 AM: > From: Alin Serdean > To: "dev@openvswitch.org" > Date: 06/08/2016 09:03 AM > Subject: [ovs-dev] [PATCH] at test vlog: Switch from stderr to log > Sent by: "dev" > > Using the --detach parameter the

Re: [ovs-dev] [PATCH] at test vlog: Switch from stderr to log

2016-06-08 Thread Paul Boca
Acked-by: Paul-Daniel Boca Tested-by: Paul-Daniel Boca > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean > Sent: Wednesday, June 8, 2016 5:02 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH] at test vlog: Switch fro

[ovs-dev] [PATCH] at test vlog: Switch from stderr to log

2016-06-08 Thread Alin Serdean
Using the --detach parameter the child does not propagate the first message to the parent. Proposed change use the log file instead of the stderr. Signed-off-by: Alin Gabriel Serdean --- tests/vlog.at | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/vlog.at b