[E-devel] Error when running make check

2014-04-02 Thread Tom Hacohen
Does anyone else get this after running make check? (All the tests seem to be running fine) make[5]: execvp: /bin/sh: Argument list too long Makefile:28022: recipe for target 'test-suite.log' failed make[5]: *** [test-suite.log] Error 127 Makefile:28128: recipe for target 'check-TESTS' failed

Re: [E-devel] Error when running make check

2014-04-02 Thread Cedric BAIL
Cedric Bail On Apr 2, 2014 11:32 PM, Tom Hacohen tom.haco...@samsung.com wrote: Does anyone else get this after running make check? (All the tests seem to be running fine) make[5]: execvp: /bin/sh: Argument list too long Makefile:28022: recipe for target 'test-suite.log' failed make[5]: ***