fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40129?usp=email )
Change subject: start-testsuite: remove workaround for TITAN < 9.0.0 ......................................................................
start-testsuite: remove workaround for TITAN < 9.0.0
We're using the 9.0.0 nowadays, which does not need this workaround.
Change-Id: I57eecd6e0ea9e488a2110b029ddc313bd05cd1fa --- M start-testsuite.sh 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/29/40129/1
diff --git a/start-testsuite.sh b/start-testsuite.sh index 7d06bf2..1cf544d 100755 --- a/start-testsuite.sh +++ b/start-testsuite.sh @@ -42,10 +42,6 @@ TEST=$3 fi
-# Limit max num of open file descriptors to workaround titan.core bug: -# https://gitlab.eclipse.org/eclipse/titan/titan.core/-/issues/690 -ulimit -n 100000 - if [ -z "$TTCN3_DIR" ]; then # below is for the debian packages TTCN3_BIN_DIR="${TTCN3_BIN_DIR:-/usr/bin}"