1
0
Fork 0
arangodb/Installation/travisCI/tests.sh

12 lines
210 B
Bash
Executable File

#!/bin/bash
set -e
echo
echo "$0: testing ArangoDB"
ulimit -c unlimited -S # enable core files
make unittests-shell-server unittests-shell-server-aql unittests-http-server SKIP_RANGES=1
echo
echo "$0: done"