From 23a13daf80b2356e0833a72aa8a604cb4e7a57d9 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 26 Feb 2014 20:09:58 +0100 Subject: [PATCH] fixed make target unittests-shell-server-only --- UnitTests/Makefile.unittests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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