mirror of https://gitee.com/bigwinds/arangodb
typo
This commit is contained in:
parent
40ef8a1474
commit
a8abb6ba98
|
@ -2978,6 +2978,7 @@ start-server:
|
|||
@curl -s http://$(VOCHOST):$(VOCPORT)/version > /dev/null || sleep 2
|
||||
|
||||
curl http://$(VOCHOST):$(VOCPORT)/version
|
||||
sleep 5
|
||||
|
||||
@echo
|
||||
|
||||
|
|
|
@ -66,6 +66,7 @@ start-server:
|
|||
@curl -s http://$(VOCHOST):$(VOCPORT)/version > /dev/null || sleep 2
|
||||
|
||||
curl http://$(VOCHOST):$(VOCPORT)/version
|
||||
sleep 5
|
||||
|
||||
@echo
|
||||
|
||||
|
|
|
@ -80,11 +80,14 @@ echo " make unittests"
|
|||
echo "########################################################"
|
||||
echo
|
||||
|
||||
echo "VALGRIND: $VALGRIND_TEST"
|
||||
echo "RSPEC: $RSPEC_AVAILABLE"
|
||||
|
||||
make unittests-boost || exit 1
|
||||
make unittests-shell-server || exit 1
|
||||
make unittests-shell-server-ahuacatl || exit 1
|
||||
|
||||
if text "x$RSPEC_AVAILABLE" = "xyes"; then
|
||||
if test "x$RSPEC_AVAILABLE" = "xyes"; then
|
||||
make unittests-http-server || exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue