1
0
Fork 0

added ulimit for core files

This commit is contained in:
Jan Steemann 2014-10-23 15:48:22 +02:00
parent f2db1cd295
commit 73cc62195d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ make -j2 || exit 1
echo
echo "$0: testing ArangoDB"
ulimit -c unlimited # enable core files
make jslint unittests-shell-server unittests-shell-server-ahuacatl unittests-http-server SKIP_RANGES=1 || exit 1
echo