From a7e5423ededafdea47c31bdb1655816d7edad254 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 2 Feb 2019 10:22:39 -0800 Subject: [PATCH] Set ulimit -n --- ci/integration-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/integration-tests.sh b/ci/integration-tests.sh index 859ffee9f3..88366cee33 100755 --- a/ci/integration-tests.sh +++ b/ci/integration-tests.sh @@ -7,6 +7,7 @@ FEATURES="$1" cd "$(dirname "$0")/.." source ci/_ export RUST_BACKTRACE=1 +scripts/ulimit-n.sh for test in {,*/}tests/*.rs; do test=${test##*/} # basename x