"Martin Thurn via RT" <bug-Catalyst-Runtime@rt.cpan.org> writes:
Show quoted text> "expanded command line too long"
>
> I wish I knew what the solution is. Other modules have thousands of
> tests, but they don't have this problem...
That's us pulling a trick to run all tests (including those in subdirs)
except for t/aggregating.t under normal circumstances, but only tests in
the toplevel test directory if we've been asked to aggregate test runs.
The non-aggregating case will produce a command line with all the tests
listed explicitly, instead of the usual shell glob, such as t/*.t
Thanks for letting us know about this. It'll be fixed with the next
release.