Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-27 Thread Anibal Limon
On Wed, 26 Jun 2019 at 10:56, Randy MacLeod wrote: > On 6/25/19 9:51 PM, Anibal Limon wrote: > > > > > > On Wed, 19 Jun 2019 at 12:50, Randy MacLeod > > wrote: > > > > On 6/14/19 10:48 AM, Randy MacLeod wrote: > > > When running the run-execscript

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-26 Thread Randy MacLeod
On 6/25/19 9:51 PM, Anibal Limon wrote: On Wed, 19 Jun 2019 at 12:50, Randy MacLeod > wrote: On 6/14/19 10:48 AM, Randy MacLeod wrote: > When running the run-execscript bash ptest as a user rather than root, a warning: >    bash: cannot

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-26 Thread richard . purdie
On Tue, 2019-06-25 at 20:51 -0500, Anibal Limon wrote: > I plan to take the Richard patches, He added in the recipe to have > real testing and looks like > there aren't problems related to, Richard can you confirm it?, We've been running the patches for a while in the recipe (since we last

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-25 Thread Anibal Limon
On Wed, 19 Jun 2019 at 12:50, Randy MacLeod wrote: > On 6/14/19 10:48 AM, Randy MacLeod wrote: > > When running the run-execscript bash ptest as a user rather than root, a > warning: > >bash: cannot set terminal process group (16036): Inappropriate ioctl > for device > >bash: no job

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-19 Thread Randy MacLeod
On 6/19/19 3:24 PM, richard.pur...@linuxfoundation.org wrote: On Wed, 2019-06-19 at 13:49 -0400, Randy MacLeod wrote: On 6/14/19 10:48 AM, Randy MacLeod wrote: When running the run-execscript bash ptest as a user rather than root, a warning: bash: cannot set terminal process group (16036):

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-19 Thread richard . purdie
On Wed, 2019-06-19 at 13:49 -0400, Randy MacLeod wrote: > On 6/14/19 10:48 AM, Randy MacLeod wrote: > > When running the run-execscript bash ptest as a user rather than > > root, a warning: > >bash: cannot set terminal process group (16036): Inappropriate > > ioctl for device > >bash: no

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-19 Thread Randy MacLeod
On 6/14/19 10:48 AM, Randy MacLeod wrote: When running the run-execscript bash ptest as a user rather than root, a warning: bash: cannot set terminal process group (16036): Inappropriate ioctl for device bash: no job control in this shell contaminates the bash log files causing the test

[yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-14 Thread Randy MacLeod
When running the run-execscript bash ptest as a user rather than root, a warning: bash: cannot set terminal process group (16036): Inappropriate ioctl for device bash: no job control in this shell contaminates the bash log files causing the test to fail. This happens only when run under