fix: remove calling ulimit

while this may have succeeded on github actions it probably isn't wise
to run it every time at least automatically.
This commit is contained in:
Joonas Koivunen 2020-08-07 21:05:38 +03:00
parent e38c1ff04c
commit 8c10a0ad0d

View File

@ -40,7 +40,7 @@ killed=true
# 393 ok
# 400 ok
# 450 ok
ulimit -s 8192 -c unlimited
# ulimit -s 8192 -c unlimited
./http "$@" 2>&1 | tee -a /tmp/rust.log || retval=$?
killed=false
echo "<<<< exiting $$ with $retval" | tee -a /tmp/rust.log >&2