On Mon, Mar 11, 2024 at 07:05:53AM -0700, Khem Raj wrote:
> On Mon, Mar 11, 2024 at 4:23 AM Mark Wielaard <m...@klomp.org> wrote:
> > > - 5: make check ( failure )
> > >     Logs:
> > >         - stdio: 
> > > https://builder.sourceware.org/buildbot/#/builders/250/builds/105/steps/5/logs/stdio
> > >         - test-suite.log: 
> > > https://builder.sourceware.org/buildbot/#/builders/250/builds/105/steps/5/logs/test-suite_log
> >
> > That was clearly not your fault. There seems to be a space missing in
> > the make -kcheck command (after the -k). I'll go look in the builder
> > sources where that came from.
> 
> Thanks Mark !

Found it, it was a silly missing ',' between strings, causing "-k"
"check" to become one string, instead of two... doh.

https://sourceware.org/cgit/builder/commit/?id=753c1b3e9b56949af4600b9a43424ce5004361c2

Cheers,

Mark

Reply via email to