update 1.5.2

This commit is contained in:
Adrien Beudin
2015-12-28 06:08:56 -05:00
parent b9f8590619
commit 134de97aea
6 changed files with 22 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ test: | $(TOOLS)
# $(ENV)/bin/nosetests -s tokenserver.tests
# Test against a running server
$(ENV)/bin/pserve syncserver/tests.ini 2> /dev/null & SERVER_PID=$$!; \
$(ENV)/bin/gunicorn --paste syncserver/tests.ini 2> /dev/null & SERVER_PID=$$!; \
sleep 2; \
$(ENV)/bin/python -m syncstorage.tests.functional.test_storage \
--use-token-server http://localhost:5000/token/1.0/sync/1.5; \
@@ -43,7 +43,7 @@ $(TOOLS): | $(ENV)/COMPLETE
.PHONY: serve
serve: | $(ENV)/COMPLETE
$(ENV)/bin/pserve ./syncserver.ini
$(ENV)/bin/gunicorn --paste ./syncserver.ini
.PHONY: clean
clean: