1
0
Fork 0

tests are now run on local cluster, not travis

This commit is contained in:
Frank Celler 2017-06-20 12:19:42 +02:00
parent 492d832695
commit 6df01a8b25
1 changed files with 1 additions and 7 deletions

View File

@ -19,13 +19,7 @@ echo "CXX: $CXX"
echo
echo "$0: compiling ArangoDB"
(cd build && make -j4)
echo
echo "$0: testing ArangoDB"
ulimit -c unlimited -S # enable core files
./scripts/quickieTest.sh
(cd build && make -j5)
echo
echo "$0: done"