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

11 lines
245 B
Bash
Executable File

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