mirror of https://gitee.com/bigwinds/arangodb
updated after_failure script
This commit is contained in:
parent
29a4416bcf
commit
a5a57ccbb7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue