diff --git a/UnitTests/Makefile.unittests b/UnitTests/Makefile.unittests index 0ff589685a..3758b16f44 100755 --- a/UnitTests/Makefile.unittests +++ b/UnitTests/Makefile.unittests @@ -444,7 +444,7 @@ unittests-shell-server-only: @rm -rf "$(VOCDIR)" @mkdir -p "$(VOCDIR)/databases" - $(VALGRIND) @builddir@/bin/arangod "$(VOCDIR)" $(SERVER_OPT) $(UNITTESTS_SERVER_ONLY) || test "x$(FORCE)" == "x1" + $(VALGRIND) @builddir@/bin/arangod "$(VOCDIR)" $(SERVER_OPT) --server.endpoint tcp://$(VOCHOST):$(VOCPORT) $(UNITTESTS_SERVER_ONLY) || test "x$(FORCE)" == "x1" @rm -rf "$(VOCDIR)" @echo