Repository: couchdb Updated Branches: refs/heads/2876-js-tests-merged-squashed f44e15fa8 -> a5b873366
JS test: opt out of ulimit shenanigans Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a5b87336 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a5b87336 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a5b87336 Branch: refs/heads/2876-js-tests-merged-squashed Commit: a5b8733665f67200af2f735e2a0c98269412fee9 Parents: f44e15f Author: Jan Lehnardt <[email protected]> Authored: Wed Dec 16 21:25:34 2015 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Wed Dec 16 21:25:34 2015 +0100 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a5b87336/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 0a9e586..7b0f9d3 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ else @mkdir -p src/fauxton/dist/release/test @cp test/javascript/tests/lorem*.txt src/fauxton/dist/release/test/ endif - @ulimit -n 10240 + # This might help with emfile errors during `make javascript`: ulimit -n 10240 @rm -rf dev/lib @dev/run -n 1 -q --with-admin-party-please test/javascript/run $(suites)
