1
0
Fork 0

fixed make target unittests-shell-server-only

This commit is contained in:
Jan Steemann 2014-02-26 20:09:58 +01:00
parent fe74e030ea
commit 23a13daf80
1 changed files with 1 additions and 1 deletions

View File

@ -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