1
0
Fork 0

updated after_failure script

This commit is contained in:
Jan Steemann 2014-10-25 01:30:27 +02:00
parent 29a4416bcf
commit a5a57ccbb7
1 changed files with 0 additions and 11 deletions

11
Installation/travisCI/after_failure.sh Normal file → Executable file
View File

@ -6,15 +6,4 @@ if [[ -f core ]]; then
echo "thread apply all bt full" | gdb -c core bin/arangod
fi
echo
echo "$0: compiling ArangoDB"
make -j2 || exit 1
echo
echo "$0: testing ArangoDB"
make jslint unittests-shell-server unittests-shell-server-ahuacatl unittests-http-server SKIP_RANGES=1 || exit 1
echo
echo "$0: done"