I am on Windows and OS command length limit is 8191
I traced the line where it fails and it is here:
|
output = IO.popen(env, cmd, popen_options) do |io| |
I cannot increase the number of process just to reduce the number of tests in each group. Machine resources are not enough to increase it anymore.
Can we not batch it and run?
Any help in this appreciated!