Record ulimit -a in run_test output.

This commit is contained in:
David Wilson 2018-07-04 17:38:34 +00:00
parent b4f4b66679
commit dd62009f70
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
#/bin/sh
#/usr/bin/env bash
echo '----- ulimits -----'
ulimit -a
echo '-------------------'
echo
set -o errexit
set -o nounset
set -o pipefail