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 6cdd008 commit 62ac703Copy full SHA for 62ac703
tests/travis/setup_arangodb.sh
@@ -46,7 +46,7 @@ if [ "x$process" == "x" ]; then
46
fi
47
48
echo "Waiting until ArangoDB is ready on port 8529"
49
-while [[ -z `curl -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
+while [[ -z `curl -uroot: -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
50
echo -n "."
51
sleep 2s
52
done
0 commit comments