1
0
Fork 0

fixed foxx-manager tests

This commit is contained in:
Jan Steemann 2014-01-03 14:37:11 +01:00
parent 3023521535
commit e3b28e89ae
1 changed files with 2 additions and 2 deletions

View File

@ -723,8 +723,8 @@ unittests-foxx-manager:
@echo "================================================================================"
@echo
$(VALGRIND) @builddir@/bin/arangosh -c etc/relative/foxx-manager.conf $(CLIENT_OPT) --server.username "$(USERNAME)" --server.password "$(PASSWORD)" --server.endpoint tcp://$(VOCHOST):$(VOCPORT) update || test "x$(FORCE)" == "x1"
$(VALGRIND) @builddir@/bin/arangosh -c etc/relative/foxx-manager.conf $(CLIENT_OPT) --server.username "$(USERNAME)" --server.password "$(PASSWORD)" --server.endpoint tcp://$(VOCHOST):$(VOCPORT) search "itzpapalotl" || test "x$(FORCE)" == "x1"
$(VALGRIND) @builddir@/bin/arangosh -c etc/relative/foxx-manager.conf --server.username "$(USERNAME)" --server.password "$(PASSWORD)" --server.endpoint tcp://$(VOCHOST):$(VOCPORT) update || test "x$(FORCE)" == "x1"
$(VALGRIND) @builddir@/bin/arangosh -c etc/relative/foxx-manager.conf --server.username "$(USERNAME)" --server.password "$(PASSWORD)" --server.endpoint tcp://$(VOCHOST):$(VOCPORT) search "itzpapalotl" || test "x$(FORCE)" == "x1"
sleep 2
kill `cat $(PIDFILE)`