Skip to content

Commit

Permalink
fixed travis setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Feb 10, 2017
1 parent 1b8be1e commit 7af682b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/travis/setup_arangodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ ${ARANGOD} \
--javascript.startup-directory ${ARANGODB_DIR}/js \
--server.authentication=true &

ARANGOD_PID="$!"
echo "pid is $ARANGOD_PID"
trap "echo 'shutting down arangod'; kill -TERM $ARANGOD_PID; sleep 5" exit TERM HUP INT

sleep 2

echo "Check for arangod process"
Expand Down

0 comments on commit 7af682b

Please sign in to comment.