Skip to content

Commit 95ebaa9

Browse files
committed
Maybe now we get ArangoDB working again?
1 parent 409d415 commit 95ebaa9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1919
TMP_DIR="/tmp/arangodb.$PID"
2020
PID_FILE="/tmp/arangodb.$PID.pid"
2121
ARANGODB_DIR="$DIR/$NAME"
22+
2223
ARANGOD="${ARANGODB_DIR}/bin/arangod"
2324

25+
if [ "$ARCH" == "x86_64" ]; then
26+
ARANGOD="${ARANGOD}_x86_64"
27+
fi
28+
2429
# create database directory
2530
mkdir ${TMP_DIR}
2631

0 commit comments

Comments
 (0)