mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
test: simplify counts aggregation
When the list of files as input was implemented in 6508eedf67
(t/aggregate-results: accomodate systems with small max argument list
length, 2010-06-01), a much simpler solution wasn't considered.
Let's just pass the directory as an argument.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
725f57037d
commit
5d1d62e875
@@ -8,7 +8,7 @@ broken=0
|
||||
total=0
|
||||
missing_prereq=
|
||||
|
||||
while read file
|
||||
for file in "$1"/t*-*.counts
|
||||
do
|
||||
while read type value
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user