ttcn3/suites/scripts: collect core dumps: add '--ulimit core=-1'

Change-Id: Ie3457f10f1a398c8cce6737002410f42ad908702
This commit is contained in:
Vadim Yanitskiy 2020-08-06 02:06:16 +07:00
parent e42631a730
commit ac5f6f8bdc
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ else
fi
docker run --rm \
--network $NET_NAME --ip 172.18.9.10 \
--ulimit core=-1 \
-p ${BSC_RSL_ADDR}:3003:3003 \
-e "TTCN3_PCAP_PATH=/data" \
--mount type=bind,source=$VOL_BASE_DIR/bts-tester,destination=/data \