Skip to content

Commit 62ac703

Browse files
author
Achim Brandt
committed
added user
1 parent 6cdd008 commit 62ac703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [ "x$process" == "x" ]; then
4646
fi
4747

4848
echo "Waiting until ArangoDB is ready on port 8529"
49-
while [[ -z `curl -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
49+
while [[ -z `curl -uroot: -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
5050
echo -n "."
5151
sleep 2s
5252
done

0 commit comments

Comments
 (0)