aboutsummaryrefslogtreecommitdiff
path: root/t/aggregate-results.sh
Commit message (Collapse)AuthorAge
* t/aggregate-results: accomodate systems with small max argument list lengthBrandon Casey2010-06-02
| | | | | | | | | | IRIX 6.5 has a default maximum argument list length of 20480. The file glob that is passed to aggregate-results currently exceeds this length, and so the script cannot run successfully. Work around this issue by passing the file names in via the standard input rather than the argument list. Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* t/aggregate-results: whitespace fixJunio C Hamano2008-07-16
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* A simple script to parse the results from the testcasesMiklos Vajna2008-06-08
This is a simple script that aggregates key:value pairs in a file. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>