Re: [ovs-dev] [PATCH 3/3] Update windows test documentation

2015-06-24 Thread Ben Pfaff
: Gurucharan Shetty > Cc: Alin Serdean; dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH 3/3] Update windows test documentation > > On Wed, Jun 24, 2015 at 07:43:03AM -0700, Gurucharan Shetty wrote: > > On Tue, Jun 23, 2015 at 6:11 PM, Alin Serdean > > wrote: > > >

Re: [ovs-dev] [PATCH 3/3] Update windows test documentation

2015-06-24 Thread Alin Serdean
Cc: Alin Serdean; dev@openvswitch.org Subiect: Re: [ovs-dev] [PATCH 3/3] Update windows test documentation On Wed, Jun 24, 2015 at 07:43:03AM -0700, Gurucharan Shetty wrote: > On Tue, Jun 23, 2015 at 6:11 PM, Alin Serdean > wrote: > > How about the following: > > > >

Re: [ovs-dev] [PATCH 3/3] Update windows test documentation

2015-06-24 Thread Ben Pfaff
On Wed, Jun 24, 2015 at 07:43:03AM -0700, Gurucharan Shetty wrote: > On Tue, Jun 23, 2015 at 6:11 PM, Alin Serdean > wrote: > > How about the following: > > > > Before running the unit tests make sure to add the pthread libraries to your > > PATH environment variable. > The above is already part o

Re: [ovs-dev] [PATCH 3/3] Update windows test documentation

2015-06-24 Thread Gurucharan Shetty
e to me and I will include it. > > Alin. > > -Mesaj original- > De la: Gurucharan Shetty [mailto:shet...@nicira.com] > Trimis: Tuesday, June 23, 2015 5:51 PM > Către: Alin Serdean > Cc: dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH 3/3] Update windows test doc

Re: [ovs-dev] [PATCH 3/3] Update windows test documentation

2015-06-23 Thread Alin Serdean
ran Shetty [mailto:shet...@nicira.com] Trimis: Tuesday, June 23, 2015 5:51 PM Către: Alin Serdean Cc: dev@openvswitch.org Subiect: Re: [ovs-dev] [PATCH 3/3] Update windows test documentation On Mon, Jun 22, 2015 at 3:45 PM, Alin Serdean wrote: > Describe explictly where to add the pthread librar

Re: [ovs-dev] [PATCH 3/3] Update windows test documentation

2015-06-23 Thread Gurucharan Shetty
On Mon, Jun 22, 2015 at 3:45 PM, Alin Serdean wrote: > Describe explictly where to add the pthread library to the PATH variable. > > In case the pthread library directory was added to the user PATH variable > the service failed to start. > > Signed-off-by: Alin Gabriel Serdean > --- > INSTALL.Wi