[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [PATCH 1/6] [ng] coverage: testing with lots of test s
From: |
Akim Demaille |
Subject: |
Re: [Automake-NG] [PATCH 1/6] [ng] coverage: testing with lots of test scripts |
Date: |
Sun, 22 Jul 2012 09:24:56 +0200 |
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 .
[Automake-NG] [PATCH 3/6] [ng] check: use awk rather than grep+xargs to count test results, Stefano Lattarini, 2012/07/21
[Automake-NG] [PATCH 4/6] [ng] check: refactor for less duplication and better performances, Stefano Lattarini, 2012/07/21