From a5b8733665f67200af2f735e2a0c98269412fee9 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 16 Dec 2015 21:25:34 +0100 Subject: JS test: opt out of ulimit shenanigans --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a9e586b0..7b0f9d366 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) -- cgit v1.2.1