[PATCH 4/4] log: Disable the syslog driver by default

2020-09-12 Thread Simon Glass
This driver interferes with other sandbox tests since it causes log output to be interspersed with "No ethernet found." messages. Disable this driver by default. Enable it for the syslog tests so that they still pass. Signed-off-by: Simon Glass --- common/log_syslog.c | 1 - test/lo

Re: [PATCH 4/4] log: Disable the syslog driver by default

2020-09-12 Thread Heinrich Schuchardt
Am 12. September 2020 20:28:50 MESZ schrieb Simon Glass : >This driver interferes with other sandbox tests since it causes log >output >to be interspersed with "No ethernet found." messages. Disable this >driver >by default. > >Enable it for the syslog tests so that they still pass. > >Signed-off-b

Re: [PATCH 4/4] log: Disable the syslog driver by default

2020-09-12 Thread Simon Glass
Hi Heinrich, On Sat, 12 Sep 2020 at 14:16, Heinrich Schuchardt wrote: > > Am 12. September 2020 20:28:50 MESZ schrieb Simon Glass : > >This driver interferes with other sandbox tests since it causes log > >output > >to be interspersed with "No ethernet found." messages. Disable this > >driver > >

Re: [PATCH 4/4] log: Disable the syslog driver by default

2020-09-12 Thread Heinrich Schuchardt
Am 12. September 2020 22:24:24 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Sat, 12 Sep 2020 at 14:16, Heinrich Schuchardt >wrote: >> >> Am 12. September 2020 20:28:50 MESZ schrieb Simon Glass >: >> >This driver interferes with other sandbox tests since it causes log >> >output >> >to be intersp

Re: [PATCH 4/4] log: Disable the syslog driver by default

2020-09-12 Thread Simon Glass
Hi Heinrich, On Sat, 12 Sep 2020 at 14:34, Heinrich Schuchardt wrote: > > Am 12. September 2020 22:24:24 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Sat, 12 Sep 2020 at 14:16, Heinrich Schuchardt > >wrote: > >> > >> Am 12. September 2020 20:28:50 MESZ schrieb Simon Glass > >: > >> >This

Re: [PATCH 4/4] log: Disable the syslog driver by default

2020-09-12 Thread Heinrich Schuchardt
Am 13. September 2020 03:24:02 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Sat, 12 Sep 2020 at 14:34, Heinrich Schuchardt >wrote: >> >> Am 12. September 2020 22:24:24 MESZ schrieb Simon Glass >: >> >Hi Heinrich, >> > >> >On Sat, 12 Sep 2020 at 14:16, Heinrich Schuchardt > >> >wrote: >> >> >> >>

Re: [PATCH 4/4] log: Disable the syslog driver by default

2020-09-13 Thread Simon Glass
Hi Heinrich, On Sun, 13 Sep 2020 at 00:47, Heinrich Schuchardt wrote: > > Am 13. September 2020 03:24:02 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Sat, 12 Sep 2020 at 14:34, Heinrich Schuchardt > >wrote: > >> > >> Am 12. September 2020 22:24:24 MESZ schrieb Simon Glass > >: > >> >Hi H

Re: [PATCH 4/4] log: Disable the syslog driver by default

2020-10-11 Thread Tom Rini
On Sat, Sep 12, 2020 at 12:28:50PM -0600, Simon Glass wrote: > This driver interferes with other sandbox tests since it causes log output > to be interspersed with "No ethernet found." messages. Disable this driver > by default. > > Enable it for the syslog tests so that they still pass. > > Sig