RESOLVED FIXED 129376
runscript: line 42: /bin/ls: Argument list too long
https://bugs.webkit.org/show_bug.cgi?id=129376
Summary runscript: line 42: /bin/ls: Argument list too long
Mark Hahnenberg
Reported 2014-02-26 10:19:52 PST
This occurs on line 42 in jsc-stress-test-helpers/shell-runner.sh. The "test_script_*" can expand to more things than can be passed as arguments on the command line. We should use find instead, which generates the list of files rather than expanding them all on the command line and spitting them back out.
Attachments
Patch (1.35 KB, patch)
2014-02-26 10:22 PST, Mark Hahnenberg
no flags
Mark Hahnenberg
Comment 1 2014-02-26 10:20:06 PST
Mark Hahnenberg
Comment 2 2014-02-26 10:22:39 PST
Michael Saboff
Comment 3 2014-02-26 10:25:00 PST
Comment on attachment 225264 [details] Patch r=me
WebKit Commit Bot
Comment 4 2014-02-26 11:11:58 PST
Comment on attachment 225264 [details] Patch Clearing flags on attachment: 225264 Committed r164727: <http://trac.webkit.org/changeset/164727>
WebKit Commit Bot
Comment 5 2014-02-26 11:12:00 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.