Skip to content

Commit fead2c2

Browse files
committed
start server with --javascript.allow-admin-execute
this is required to run all tests in TransactionTest.php
1 parent 4f14bca commit fead2c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ ${ARANGOD} \
7070
--server.endpoint tcp://127.0.0.1:8529 \
7171
--javascript.startup-directory ${ARANGODB_DIR}/js \
7272
--javascript.app-path ${ARANGODB_DIR}/js/apps \
73+
--javascript.allow-admin-execute true \
7374
--database.maximal-journal-size 1048576 \
7475
--database.force-sync-properties false \
7576
--server.authentication true &

0 commit comments

Comments
 (0)