mirror of https://gitee.com/bigwinds/arangodb
added ulimit for core files
This commit is contained in:
parent
f2db1cd295
commit
73cc62195d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue