Re: [Toybox] make tests

2018-12-28 Thread dmccunney
On Fri, Dec 28, 2018 at 2:56 PM Rob Landley wrote: > On 12/27/18 6:38 PM, enh wrote: > > > the error is `continue: only meaningful in a 'for', 'while', or 'until' > > loop`. > > (there are 'until' loops?) > > I have no idea, but should probably look it up for toysh. Bash has until loops:

Re: [Toybox] make tests

2018-12-28 Thread Rob Landley
On 12/27/18 6:38 PM, enh wrote: > On Thu, Dec 27, 2018 at 12:14 PM Rob Landley wrote: >> If we're not in a loop, continue should throw an error, then fall through to >> the >> exit. (That's what it does here...) You don't want to exit out of a loop >> because >> the loop will stop, but

Re: [Toybox] make tests

2018-12-27 Thread Rob Landley
On 12/27/18 12:36 PM, enh wrote: > what Linux is that? it's reproduceable for me on my two debian > testing-based work machines and my personal xubuntu 18.04. (that's > bash 4.4.12 and 4.4.19.) I think my laptop is still running ubuntu 14.04. (Last non-systemd version.) I downloaded a devuan

Re: [Toybox] make tests

2018-12-21 Thread Rob Landley
On 12/20/18 1:21 PM, enh via Toybox wrote: > i think the new chmod +x stuff broke `make tests`? seems to stop here: > > SKIP: chattr (not root) Hmmm... just finished for me on a clean checkout? make defconfig; make; make tests Rob ___ Toybox

[Toybox] make tests

2018-12-20 Thread enh via Toybox
i think the new chmod +x stuff broke `make tests`? seems to stop here: SKIP: chattr (not root) ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net