We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8be1e commit 7af682bCopy full SHA for 7af682b
tests/travis/setup_arangodb.sh
@@ -36,6 +36,10 @@ ${ARANGOD} \
36
--javascript.startup-directory ${ARANGODB_DIR}/js \
37
--server.authentication=true &
38
39
+ARANGOD_PID="$!"
40
+echo "pid is $ARANGOD_PID"
41
+trap "echo 'shutting down arangod'; kill -TERM $ARANGOD_PID; sleep 5" exit TERM HUP INT
42
+
43
sleep 2
44
45
echo "Check for arangod process"
0 commit comments