[acceptance-tests] Output test list to file in chunks
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 2 Nov 2015 21:41:01 +0000 (22:41 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 2 Nov 2015 21:44:56 +0000 (22:44 +0100)
commite9e2ffd7653fda768b1a4c52e67ca09438b0754e
treef82398f31cd08c9c01bb8d3ac414349eaf6e7dd1
parent3adcd34f783a870cc07ab8d9c3b2782328b0938f
[acceptance-tests] Output test list to file in chunks

On Jenkins we get a "make: execvp: /bin/sh: Argument list too long" error while executing the coreclr-runtest-basic target.
Since the shell doesn't like echoing our (very) big list of CoreCLR tests in one go, we need to split it up into chunks of
100 entries to hopefully avoid that.
acceptance-tests/Makefile.am