Opened 9 years ago

Last modified 7 years ago

#4457 open defect

fate.sh outputs " /bin/cat: Argument list too long"

Reported by: Jeremy Huddleston Owned by:
Priority: minor Component: build system
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I noticed this in my build logs from fate runs:

.../tests/fate.sh: line 90: /bin/cat: Argument list too long

It looks benign because the error should be handled here:

    cat ${build}/tests/data/fate/*.rep >>report || for i in ${build}/tests/data/fate/*.rep ; do cat "$i" >>report ; done

Please add a 2> /dev/null in there, so this doesn't log an error message to stderr.

Change History (1)

comment:1 by Carl Eugen Hoyos, 7 years ago

Status: newopen
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.