Le 21 juil. 2012 à 10:50, Stefano Lattarini a écrit :

> See long-standing automake bug#7868.
> 
> * t/parallel-tests-many.sh: Simplify and enhance.  Among the other things,

I would s/the //.

> this test now tries running ~ 30 thousands tests.  Currently fails on

I would also 30,000, I don't like too much mixing digits with
letters, or maybe "30k tests".  Just a matter of taste, and
just to write something to show I truly read the patch :)

> several systems (e.g., Linux 2.6.30 on i686, Solaris 10 on i86pc).

> +list_logs | grep . && exit 1

Back to our regular "let's upgrade Akim's view of portable shell
programming": are there really today shells used to run the test
suite that do not support "!"?

I personally use it extensively in my test suites, as I find this
much more legible:

! list_logs | grep .


Reply via email to